From 20b4f12c3556bb079cb2bc27d27547ab04331a2e Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:51:20 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8bbc74b..0778f7b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,8 +7,8 @@ jobs: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var reference steps: - - restore_cache: - keys: - - m2-npm-v1-dependencies-{{ checksum "yarn.lock" }} - checkout # check out the code in the project directory - - run: yarn install \ No newline at end of file + - run: yarn install + - restore_cache: + keys: + - m2-npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file