From 46cc09e582c752602e54c8fef91a46b7f227e0fe Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Mon, 2 Nov 2020 10:31:28 +0100 Subject: [PATCH] . --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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