Skip to content
Snippets Groups Projects
Commit a7c656a3 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

ci: use clone instead of fetch

This makes sure there is no interference from older merge requests and
shallow fetches.
parent d76fef2c
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ stages: ...@@ -3,7 +3,7 @@ stages:
- build - build
variables: variables:
GIT_STRATEGY: fetch GIT_STRATEGY: clone
GIT_DEPTH: "50" GIT_DEPTH: "50"
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment