Adicionando git para auto incremento da versao
This commit is contained in:
parent
ac65309b1e
commit
6b18216d14
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ pipelines:
|
||||||
- step:
|
- step:
|
||||||
name: Prepare Package
|
name: Prepare Package
|
||||||
script:
|
script:
|
||||||
|
- apk add git
|
||||||
- cp package.json dist/
|
- cp package.json dist/
|
||||||
- sed -i s/$BITBUCKET_REPO_SLUG/$BITBUCKET_REPO_SLUG-dev/ dist/package.json
|
- sed -i s/$BITBUCKET_REPO_SLUG/$BITBUCKET_REPO_SLUG-dev/ dist/package.json
|
||||||
- npm version patch -m "[skip CI] Version %s"
|
- npm version patch -m "[skip CI] Version %s"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue