Browse Source

update

pull/7/head
LecomteAdrien 6 years ago
parent
commit
64a60b0555
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -8,4 +8,5 @@ jobs:
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
- run: echo "hello world" # run the `echo` command
- run: echo "hello world" # run the `echo` command qsdsqd
Loading…
Cancel
Save