Skip to content

Commit 632cd8d

Browse files
committed
debug
1 parent 33365f0 commit 632cd8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- run:
77
name: Build an amd64 container image
88
command: |
9-
docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:10.15.3 bash -c "npm i -g npm@latest && npm install && npm run build"
9+
docker run -t --rm -v ${PWD}:/deploy-ui -w /deploy-ui node:10.15.3 bash -c "yarn install && yarn run build"
1010
docker build -t wise2c/deploy-ui:amd64-$CIRCLE_BRANCH .
1111
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
1212
docker push wise2c/deploy-ui:amd64-$CIRCLE_BRANCH

0 commit comments

Comments
 (0)