|
|
@ -7,6 +7,11 @@ workflows: |
|
|
version: 2 |
|
|
version: 2 |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
|
|
|
docker: |
|
|
|
|
|
- image: cimg/node:14.15.0 # the primary container, where your job's commands are run |
|
|
|
|
|
auth: |
|
|
|
|
|
username: xaela37 |
|
|
|
|
|
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: yarn install |
|
|
- run: yarn install |
|
|
|