|
|
@ -8,6 +8,8 @@ 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 |
|
|
|
|
|
- restore_cache: |
|
|
|
|
|
key: npm-v4-dependencies-{{ checksum "yarn.lock" }} |
|
|
- run: yarn install |
|
|
- run: yarn install |
|
|
- save_cache: |
|
|
- save_cache: |
|
|
key: npm-v4-dependencies-{{ checksum "yarn.lock" }} |
|
|
key: npm-v4-dependencies-{{ checksum "yarn.lock" }} |
|
|
|