modify CI
This commit is contained in:
parent
643503fd14
commit
57fd50cd1f
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
name: generate package checksum
|
name: generate package checksum
|
||||||
files: package-lock.json yarn.lock
|
files: package-lock.json yarn.lock
|
||||||
targetFile: checksum
|
targetFile: checksum
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
condition: NEVER
|
||||||
- !SetupCacheStep
|
- !SetupCacheStep
|
||||||
name: set up npm cache
|
name: set up npm cache
|
||||||
key: node_modules_@file:checksum@
|
key: node_modules_@file:checksum@
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
paths:
|
paths:
|
||||||
- node_modules
|
- node_modules
|
||||||
uploadStrategy: UPLOAD_IF_NOT_HIT
|
uploadStrategy: UPLOAD_IF_NOT_HIT
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
condition: NEVER
|
||||||
- !SetBuildVersionStep
|
- !SetBuildVersionStep
|
||||||
name: set build version
|
name: set build version
|
||||||
buildVersion: '@tag@'
|
buildVersion: '@tag@'
|
||||||
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
useTTY: true
|
useTTY: true
|
||||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
condition: NEVER
|
||||||
- !BuildImageStep
|
- !BuildImageStep
|
||||||
name: build docker image
|
name: build docker image
|
||||||
dockerfile: ./docker/Dockerfile
|
dockerfile: ./docker/Dockerfile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue