Skip to content

Commit

Permalink
manual releases jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Éloïs committed Jan 11, 2018
1 parent a421e57 commit 8fb9b53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ release_linux:test:
paths:
- work/bin/
expire_in: 8h
except:
- tags
when: manual

release_linux:deploy:
stage: release
Expand All @@ -68,8 +67,9 @@ release_linux:deploy:
artifacts:
paths:
- work/bin/
when: manual
only:
- tags
- master

enforce-message:
stage: release-message
Expand All @@ -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 comments on commit 8fb9b53

Please sign in to comment.