Browse Source

first version of TP (step 4 done)

main
Zelleg 5 years ago
parent
commit
6761b5a4c4
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -8,6 +8,8 @@ jobs:
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps:
- checkout # check out the code in the project directory
- restore_cache:
key: npm-v4-dependencies-{{ checksum "yarn.lock" }}
- run: yarn install
- save_cache:
key: npm-v4-dependencies-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save