Skip to content

Commit 355799f

Browse files
author
Alexandru Cheltuitor
committed
Add needs to release stage
1 parent bfb6f1e commit 355799f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ test-arch:
118118
## Jobs to publish commits + tags from master to github
119119
release-publish-github:
120120
stage: release
121+
needs:
122+
- job: build-deb
123+
- job: build-rpm
121124
variables:
122125
RELEASE_SYNC_PUBLIC_URL: [email protected]:ProtonMail/proton-python-client.git
123126
RELEASE_SYNC_TO_BRANCH: 'master'
@@ -126,6 +129,9 @@ release-publish-github:
126129

127130
release-publish-github-tags:
128131
stage: release
132+
needs:
133+
- job: build-deb
134+
- job: build-rpm
129135
variables:
130136
RELEASE_SYNC_PUBLIC_URL: [email protected]:ProtonMail/proton-python-client.git
131137
RELEASE_SYNC_TO_BRANCH: 'master'

0 commit comments

Comments
 (0)