Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2021-11-15 06:13:48 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-11-15 06:13:48 +0300
commitb991bd67301de733a6e8c1188928c81ab15e981b (patch)
treeb78a26942e8f7e879298a5ab0d8fbad9079c0e57
parent2f0f0544e8ca56a9626f7986458720d253556be2 (diff)
ci: run download deps job in parallel
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 021bae51..3ffbfba8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,7 @@ default:
policy: pull
download deps:
+ needs: []
extends: .common
before_script:
# overwrites the before_script in .common since we don't need to run make cisetup for this job