Browse Source

fix(config.yml): Unable to parse YAML

mapping values are not allowed here in 'string', line 64, column 24: environment:
dockerbuild-pushstep
sipe-daniel 6 years ago
parent
commit
047e1691a9
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -54,14 +54,14 @@ jobs:
e2e-test: e2e-test:
docker: docker:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
environment:
environment:
DATABASE_URL: postgresql://jordan:mot_de_passe@localhost:5432/psdb DATABASE_URL: postgresql://jordan:mot_de_passe@localhost:5432/psdb
JWT_SECRET: mot_de_passe JWT_SECRET: mot_de_passe
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost API_HOST: localhost
API_PROTOCOL: http API_PROTOCOL: http
- image: circleci/postgres:9-postgis-ram - image: circleci/postgres:9-postgis-ram
environment:
environment:
POSTGRES_USER: jordan POSTGRES_USER: jordan
POSTGRES_DB: psdb POSTGRES_DB: psdb
POSTGRES_PASSWORD: mot_de_passe POSTGRES_PASSWORD: mot_de_passe

Loading…
Cancel
Save