From 98dc47c81ee614514d48e4bdfaa1d93093d119fb Mon Sep 17 00:00:00 2001 From: LecomteAdrien Date: Mon, 2 Nov 2020 10:02:18 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a92a88..80d320c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,6 +8,10 @@ jobs: password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: yarn - checkout # check out the code in the project directory - - command: | - yarn global add node-gyp && yarn install - npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file +- run: + name: The First Step + command: | + echo 'Hello World!' + echo 'This is the delivery pipeline' + yarn global add node-gyp && yarn install + npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file