summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorgeorg <georg@riseup.net>2019-02-24 23:12:34 +0000
committergeorg <georg@riseup.net>2019-02-24 23:16:51 +0000
commit3e4ce34a6ca63a960608cb30ae9e5df2c82627c5 (patch)
tree131fb9f2954af9f220ac8df01461f96cdb0c4572 /.gitlab-ci.yml
parent080c1394ffed54cf59362a2558db01312b63c1e5 (diff)
CI: Disable git operations for the deploy and linkcheck jobs
These jobs don't rely on any actual code of the repo, accordingly, disable git operations to decrease execution time.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8df03c4..fbca5ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,6 +55,8 @@ deploy:
only:
# This job relies on secret env vars, which are only available in our repo.
- branches@schleuder/schleuder-website
+ variables:
+ GIT_STRATEGY: none
codespell:
script:
@@ -83,3 +85,5 @@ linkcheck:
# branch.
- master@schleuder/schleuder-website
stage: qa
+ variables:
+ GIT_STRATEGY: none