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>2022-06-12 17:49:57 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-06-12 17:50:38 +0300
commit0c2570efc0a9544e4d289c6431496c4530c87aad (patch)
treeef9eb64f91eb4869c5abb20a7f2ba69e4a77e9ea /.gitlab
parent413d38fbd39fc3870ee5668ce69ee50d952deb73 (diff)
Disable cache for jobs that don't use it
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 5c8e783b..86081a53 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -51,6 +51,7 @@ code_quality:
script:
- golangci-lint run ./... --out-format ${OUT_FORMAT} ${LINT_FLAGS} | tee ${REPORT_FILE}
timeout: 15 minutes
+ cache: []
artifacts:
reports:
codequality: ${REPORT_FILE}
@@ -67,6 +68,7 @@ check deps:
check mocks:
extends: .tests-common
+ cache: []
script:
- make mocks-check