Split gitlab ci jobs
This commit is contained in:
parent
0fa8fd2558
commit
8ae2cf1f8d
4 changed files with 46 additions and 12 deletions
12
gitlab/release.yml
Normal file
12
gitlab/release.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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'
|
||||
description: './CHANGELOG.md'
|
||||
tag_name: '$CI_COMMIT_TAG'
|
||||
ref: '$CI_COMMIT_TAG'
|
||||
Loading…
Add table
Add a link
Reference in a new issue