[gnome-software: 1/2] ci: Make deploy job depend on nightly flatpak build




commit ac4a87c53d26cd9d34e2dcaa11238ffa400ac331
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Apr 21 12:34:58 2021 +0100

    ci: Make deploy job depend on nightly flatpak build
    
    This should prevent the deploy job from being run until/unless the
    flatpak build has been manually triggered and has completed.
    
    See https://docs.gitlab.com/ee/ci/yaml/#needs
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd8f03ba9..14e342120 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,4 +101,4 @@ nightly:
   extends: '.publish_nightly'
   dependencies:
     - 'flatpak bundle'
-
+  needs: ['flatpak bundle']


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]