Skip to content

Commit

Permalink
try to fix yaml syntax (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
marrony authored Mar 1, 2023
1 parent 015e1c6 commit 2451066
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions concourse/tasks/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ services:

tests-310:
environment:
- FAUNA_ROOT_KEY: "secret"
- FAUNA_DOMAIN: faunadb
- FAUNA_SCHEME: "http"
- FAUNA_PORT: "8443"
FAUNA_ROOT_KEY: "secret"
FAUNA_DOMAIN: faunadb
FAUNA_SCHEME: "http"
FAUNA_PORT: "8443"
image: python:3.10-alpine3.15
container_name: mytests-310
depends_on:
Expand All @@ -30,10 +30,10 @@ services:

tests-39:
environment:
- FAUNA_ROOT_KEY: "secret"
- FAUNA_DOMAIN: faunadb
- FAUNA_SCHEME: "http"
- FAUNA_PORT: "8443"
FAUNA_ROOT_KEY: "secret"
FAUNA_DOMAIN: faunadb
FAUNA_SCHEME: "http"
FAUNA_PORT: "8443"
image: python:3.9.5-alpine3.13
container_name: mytests-39
depends_on:
Expand All @@ -46,10 +46,10 @@ services:

tests-38:
environment:
- FAUNA_ROOT_KEY: "secret"
- FAUNA_DOMAIN: faunadb
- FAUNA_SCHEME: "http"
- FAUNA_PORT: "8443"
FAUNA_ROOT_KEY: "secret"
FAUNA_DOMAIN: faunadb
FAUNA_SCHEME: "http"
FAUNA_PORT: "8443"
image: python:3.8.12-alpine3.13
container_name: mytests-38
depends_on:
Expand All @@ -62,10 +62,10 @@ services:

tests-37:
environment:
- FAUNA_ROOT_KEY: "secret"
- FAUNA_DOMAIN: faunadb
- FAUNA_SCHEME: "http"
- FAUNA_PORT: "8443"
FAUNA_ROOT_KEY: "secret"
FAUNA_DOMAIN: faunadb
FAUNA_SCHEME: "http"
FAUNA_PORT: "8443"
image: python:3.7.11-alpine3.13
container_name: mytests-37
depends_on:
Expand All @@ -78,10 +78,10 @@ services:

tests-36:
environment:
- FAUNA_ROOT_KEY: "secret"
- FAUNA_DOMAIN: faunadb
- FAUNA_SCHEME: "http"
- FAUNA_PORT: "8443"
FAUNA_ROOT_KEY: "secret"
FAUNA_DOMAIN: faunadb
FAUNA_SCHEME: "http"
FAUNA_PORT: "8443"
image: python:3.6.14-alpine3.13
container_name: mytests-36
depends_on:
Expand Down

0 comments on commit 2451066

Please sign in to comment.