Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
cbce3a4d3f
  1. 1
      .circleci/config.yml

1
.circleci/config.yml

@ -27,7 +27,6 @@ jobs:
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- run:
- restore_cache: - restore_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save