[gnome-software: 1/2] ci: Make the deploy CI job manual as well as the flatpak bundle job
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 1/2] ci: Make the deploy CI job manual as well as the flatpak bundle job
- Date: Thu, 13 May 2021 10:28:02 +0000 (UTC)
commit b70f30361711d5b1e4c7ca51bb65e9fd20ff2f3c
Author: Philip Withnall <pwithnall endlessos org>
Date: Wed May 12 15:23:51 2021 +0100
ci: Make the deploy CI job manual as well as the flatpak bundle job
Otherwise the CI pipeline stays in the ‘running’ state forever, as the
prerequisite for the deploy job has not been run (because it’s manual).
Note that this only applies to pipelines run on `master` as the deploy
job doesn’t run on merge requests.
I can’t think of a better way to fix this, but there probably is one.
Follows on from: https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/708
Signed-off-by: Philip Withnall <pwithnall endlessos org>
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93e3d1c81..f8dcf3734 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,3 +102,4 @@ nightly:
dependencies:
- 'flatpak bundle'
needs: ['flatpak bundle']
+ when: manual
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]