|
|
@ -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 |