|
|
@ -7,8 +7,8 @@ jobs: |
|
|
username: mydockerhub-user |
|
|
username: mydockerhub-user |
|
|
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 |
|
|
|
|
|
- run: yarn install |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
keys: |
|
|
keys: |
|
|
- m2-npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
- m2-npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
- checkout # check out the code in the project directory |
|
|
|
|
|
- run: yarn install |
|
|
|