Skip to content
Snippets Groups Projects

Disable shallow cloning

Merged Sjoerd Simons requested to merge wip/sjoerd/full-clones into master
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -7,6 +7,8 @@ variables:
EMAIL: ${GITLAB_USER_EMAIL}
CI_AUTH_PROJECT_URL: https://${GITLAB_CI_USER}:${GITLAB_CI_PASSWORD}@gitlab.apertis.org/${CI_PROJECT_PATH}.git/
GBP_CONF_FILES: "/dev/null"
# Disable shallow clone as history is needed for describing tags
GIT_DEPTH: 0
stages:
- build
Loading