Browse Source

step 4 parse error

main
guidezSeb 6 years ago
parent
commit
6749d8378b
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -6,7 +6,7 @@ orbs:
jobs: jobs:
build: # name of your job build: # name of your job
docker: docker:
- image: cimg/node:14.10.1
- image: 'cimg/node:14.10.1'
environment: environment:
DATABASE_URL: postgresql://root@localhost/circle_test DATABASE_URL: postgresql://root@localhost/circle_test
JWT_SECRET: something JWT_SECRET: something

Loading…
Cancel
Save