Skip to content

Commit

Permalink
Merge branch 'fix/ci-stages' into 'master'
Browse files Browse the repository at this point in the history
Add needs to release stage

See merge request ProtonVPN/linux/proton-python-client!29
  • Loading branch information
Alexandru Cheltuitor committed Apr 20, 2021
2 parents bfb6f1e + 355799f commit f0376fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ test-arch:
## Jobs to publish commits + tags from master to github
release-publish-github:
stage: release
needs:
- job: build-deb
- job: build-rpm
variables:
RELEASE_SYNC_PUBLIC_URL: [email protected]:ProtonMail/proton-python-client.git
RELEASE_SYNC_TO_BRANCH: 'master'
Expand All @@ -126,6 +129,9 @@ release-publish-github:

release-publish-github-tags:
stage: release
needs:
- job: build-deb
- job: build-rpm
variables:
RELEASE_SYNC_PUBLIC_URL: [email protected]:ProtonMail/proton-python-client.git
RELEASE_SYNC_TO_BRANCH: 'master'
Expand Down

0 comments on commit f0376fe

Please sign in to comment.