[gnome-software: 1/2] ci: Make the deploy CI job manual as well as the flatpak bundle job




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]