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

gitlab-ci: override git strategy / depth

In order to properly calculate what aports have been changed, we need
proper history being present. A shallow clone interferese with that.

Instead of having to override these settings on each project (forks of
aports), we can override these settings in the CI jobs description
instead.
parent b9fed8fc
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@ stages:
- lint
- build
variables:
GIT_STRATEGY: fetch
GIT_DEPTH: "0"
# Make sure master points to the correct upstream commit
before_script:
- >
......
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