Philipp Hörist pushed to branch master at gajim / gajim
Commits:
0fcef58d by lovetox at 2022-07-27T12:33:27+02:00
ci: Specify dependencies between stages
This allows to pass artifacts between stages
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -68,6 +68,7 @@ test-unittest:
build-linux:
image: gajim-deb-build:latest
stage: build
+ dependencies: []
rules:
- if: '$GAJIM_NIGHTLY_BUILD'
- if: '$CI_COMMIT_TAG'
@@ -83,6 +84,7 @@ build-linux:
build-and-deploy-windows:
stage: build
+ dependencies: []
rules:
- if: '$GAJIM_NIGHTLY_BUILD'
- if: '$CI_COMMIT_TAG'
@@ -99,6 +101,8 @@ build-and-deploy-windows:
deploy-linux:
stage: deploy
+ dependencies:
+ - build-linux
rules:
- if: '$GAJIM_NIGHTLY_BUILD'
- if: '$CI_COMMIT_TAG'
@@ -121,6 +125,7 @@ deploy-linux:
deploy-flatpak:
image: git-deploy:latest
stage: deploy
+ dependencies: []
rules:
- if: '$CI_COMMIT_TAG'
before_script:
@@ -144,6 +149,7 @@ deploy-flatpak:
publish-release:
image: git-deploy:latest
stage: publish
+ dependencies: []
rules:
- if: '$CI_COMMIT_TAG'
before_script:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/0fcef58dd835c35d7fe09e9cd36be11e07828bd9
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/0fcef58dd835c35d7fe09e9cd36be11e07828bd9
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits