diff --git a/.circleci/config.yml b/.circleci/config.yml index a2802ec..ac5753b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,6 @@ jobs: auth: username: mydockerhub-user 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