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
parenta7da1a13e72cce2572df792cc39c8f28375ab8c4 (diff)
ci: add documentation for dummy before_script
Diffstat (limited to '.gitlab/ci')
-rw-r--r--.gitlab/ci/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 524678c6..603b4a02 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -59,6 +59,7 @@ code_quality:
check deps:
extends: .tests-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-check