aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-02-15 10:41:53 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-02-15 10:41:53 +0000
commita7c656a3a8e0e04a22ac81eeb96f72be56cc9f48 (patch)
treee034463a6b33486a7d6e306ad21a10efbdc810a4
parentd76fef2cdeceed7f89b856ce812e98b1c92042c2 (diff)
downloadaports-a7c656a3a8e0e04a22ac81eeb96f72be56cc9f48.tar.bz2
aports-a7c656a3a8e0e04a22ac81eeb96f72be56cc9f48.tar.xz
ci: use clone instead of fetch
This makes sure there is no interference from older merge requests and shallow fetches.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b7e17ab84..637aa889cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
- build
variables:
- GIT_STRATEGY: fetch
+ GIT_STRATEGY: clone
GIT_DEPTH: "50"
default: