Update .gitlab-ci.yml
This commit is contained in:
parent
3cdc8476a2
commit
a38184016f
@ -15,9 +15,14 @@ build:
|
|||||||
- "src/*.pdf"
|
- "src/*.pdf"
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
image: inetprocess/gitlab-release
|
||||||
stage: release
|
stage: release
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
except:
|
||||||
|
- schedules
|
||||||
|
dependencies:
|
||||||
|
- build
|
||||||
script:
|
script:
|
||||||
- gitlab-release --message 'Automatic release' ./src/main.pdf
|
- gitlab-release --message 'Automatic release' ./src/main.pdf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user