Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
b2930fe0a3
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -11,7 +11,7 @@ version: 2.1
docker: docker:
- image: cimg/node:14.15.0 # the primary container, where your job's commands are run - image: cimg/node:14.15.0 # the primary container, where your job's commands are run
auth: auth:
username: mydockerhub-user
username: xaela37
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
@ -24,7 +24,7 @@ version: 2.1
docker: docker:
- image: cimg/node:14.15.0 # the primary container, where your job's commands are run - image: cimg/node:14.15.0 # the primary container, where your job's commands are run
auth: auth:
username: mydockerhub-user
username: xaela37
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory

Loading…
Cancel
Save