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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-03 02:49:54 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-03 02:49:54 +0300
commite2b717ce837a0cbc271ea613cf07e19e0eb5cccc (patch)
tree79c088e673a4b9552a233987945ac77ca4bd6018 /.gitlab-ci.yml
parenta7da1a13e72cce2572df792cc39c8f28375ab8c4 (diff)
ci: add documentation for dummy before_script
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e384957..c265ac82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,7 @@ default:
download deps:
extends: .common
before_script:
+ # overwrites the before_script in .common since we don't need to run make cisetup for this job
- echo skipping
script:
- make deps-download