Compare commits
2 Commits
5fe28253e0
...
081b57d97f
Author | SHA1 | Date | |
---|---|---|---|
081b57d97f | |||
bd053c289f |
@ -37,7 +37,7 @@ steps:
|
|||||||
image: registry.odit.services/hub/library/node:18.1.0-alpine3.15
|
image: registry.odit.services/hub/library/node:18.1.0-alpine3.15
|
||||||
commands:
|
commands:
|
||||||
- apk add git
|
- apk add git
|
||||||
- git remote add origin git@git.odit.services:odit/nginx-brotli.git
|
- git config --global push.default current
|
||||||
- yarn
|
- yarn
|
||||||
- yarn release
|
- yarn release
|
||||||
- name: push to repo
|
- name: push to repo
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"commit": true,
|
"commit": true,
|
||||||
"requireCleanWorkingDir": false,
|
"requireCleanWorkingDir": false,
|
||||||
"requireBranch": "main",
|
"requireBranch": "main",
|
||||||
"commitMessage": "🚀RELEASE ${version}",
|
"commitMessage": "🚀RELEASE ${version} [CI SKIP]",
|
||||||
"push": false,
|
"push": false,
|
||||||
"tag": true,
|
"tag": true,
|
||||||
"tagName": "${version}",
|
"tagName": "${version}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user