Browse Source

.

pull/1/merge
MTLantoine 6 years ago
parent
commit
46cc09e582
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -6,6 +6,6 @@ jobs:
auth: auth:
username: mydockerhub-user username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps:
- checkout # check out the code in the project directory
- run: echo "hello world" # run the `echo` command
steps:
- checkout # check out the code in the project directory
- run: echo "hello world" # run the `echo` command
Loading…
Cancel
Save