rename ci file
This commit is contained in:
parent
fa34bf989f
commit
0005df2918
1 changed files with 0 additions and 0 deletions
|
|
@ -1,15 +0,0 @@
|
|||
variables:
|
||||
VERSION_ID: '1.0:$CI_PIPELINE_ID'
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
build:
|
||||
image: crimata/electron-builder-mac
|
||||
stage: build
|
||||
artifacts:
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/dist/*.*
|
||||
script:
|
||||
- sed "s/0.0.0/${VERSION_ID}/g" package.json > _package.json && mv _package.json package.json
|
||||
- yarn && yarn electron:build
|
||||
Loading…
Reference in a new issue