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:
authorVladimir Shushlin <vshushlin@gitlab.com>2021-11-15 17:13:51 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2021-11-15 17:13:51 +0300
commitd7562ebf963c4c5f2069899776231ed882e5ed75 (patch)
tree81fba107afd99bafd35656c2bdbdeed2e711a2a8
parentf9d008b7e62b92d8843b0cb6a6a3ac46c338e456 (diff)
parentb991bd67301de733a6e8c1188928c81ab15e981b (diff)
Merge branch 'ci-parallel-download-deps' into 'master'
ci: run download deps job in parallel See merge request gitlab-org/gitlab-pages!618
-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