Skip to content

Commit c77ece2

Browse files
authored
Updated circleci config to use faunadb public image (#129)
1 parent be37878 commit c77ece2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ executors:
1111
docker:
1212
- image: mcr.microsoft.com/dotnet/core/sdk:3.1
1313

14-
- image: gcr.io/faunadb-cloud/faunadb/enterprise/<<parameters.version>>:latest
14+
- image: fauna/faunadb
1515
name: core
16-
auth:
17-
username: _json_key
18-
password: $GCR_KEY
16+
1917
environment:
2018
FAUNA_ROOT_KEY: secret
2119
FAUNA_DOMAIN: core

0 commit comments

Comments
 (0)