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




commit 6e5466a4ecd3e1a2f592483ca411fc2c7f2dfe95
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.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/141>

 .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]