Skip to content
Snippets Groups Projects
Commit 8fb9b532 authored by Éloïs's avatar Éloïs
Browse files

manual releases jobs

parent a421e579
No related merge requests found
......@@ -55,8 +55,7 @@ release_linux:test:
paths:
- work/bin/
expire_in: 8h
except:
- tags
when: manual
release_linux:deploy:
stage: release
......@@ -68,8 +67,9 @@ release_linux:deploy:
artifacts:
paths:
- work/bin/
when: manual
only:
- tags
- master
enforce-message:
stage: release-message
......@@ -80,5 +80,6 @@ enforce-message:
EXPECTED_ARTIFACTS: '["duniter-desktop-${CI_COMMIT_TAG}-linux-x64.deb","duniter-desktop-${CI_COMMIT_TAG}-linux-x64.tar.gz","duniter-server-${CI_COMMIT_TAG}-linux-x64.deb"]'
script:
- python3 .gitlab/releaser.py
when: manual
only:
- tags
- master
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment