[gnome-shell-extensions/marge-prep: 1/5] ci: Explicitly specify job dependencies




commit f7d3b5240497a4c73167acf02064d6e96e08b676
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Nov 19 01:12:29 2020 +0100

    ci: Explicitly specify job dependencies
    
    We can speed up CI a bit by allowing build jobs to run in parallel
    with review jobs.
    
    See https://gitlab.gnome.org/help/ci/yaml/README.md#needs for details.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4213632..3752c57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,7 @@ eslint:
 
 build-bundles:
   stage: build
+  needs: []
   script:
     - ./export-zips.sh
   <<: *only_default


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