Add release job & update deploy job
This commit is contained in:
parent
cba167c98c
commit
7adb1cddb8
4 changed files with 16 additions and 8 deletions
10
gitlab-ci/release.yml
Normal file
10
gitlab-ci/release.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
release:
|
||||
stage: release
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
script:
|
||||
- echo 'running release_job'
|
||||
release:
|
||||
name: 'Release $CI_COMMIT_TAG'
|
||||
ref: '$CI_COMMIT_TAG'
|
||||
Loading…
Add table
Add a link
Reference in a new issue