Skip to content

Commit 974293d

Browse files
authored
Fix pipeline to use public container, and default dummy creds accordingly (#190)
1 parent 700b01d commit 974293d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

concourse/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
file: fauna-csharp-repository/concourse/tasks/integration-tests.yml
3939
privileged: true
4040
params:
41-
FAUNA_ROOT_KEY: ((fauna.secret))
42-
FAUNA_DOMAIN: ((fauna.domain))
43-
FAUNA_SCHEME: ((fauna.scheme))
44-
FAUNA_PORT: ((fauna.port))
41+
FAUNA_ROOT_KEY: secret
42+
FAUNA_DOMAIN: faunadb
43+
FAUNA_SCHEME: http
44+
FAUNA_PORT: 8443
4545
FAUNA_REPO_PASSWORD: ((gcr-key))
4646

4747
- task: publish

0 commit comments

Comments
 (0)