Browse Source

Updated config.yml

adding_ci
Anatole De Chauveron 5 years ago
parent
commit
95227db016
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -3,9 +3,9 @@ jobs:
build: build:
docker: docker:
- image: cimg/node - image: cimg/node
auth:
username: Anatole-DC
password: $DOCKER_PASSWORD
auth:
username: Anatole-DC
password: $DOCKER_PASSWORD
steps: steps:
- checkout - checkout

Loading…
Cancel
Save