IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 77356029 authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch 'stringify-GIT-DEPTH' into 'master'

GIT_DEPTH in .gitlab-ci.yml should be a string.

See merge request AirShowerPhysics/corsika!250
parents 6b19a7a9 42a95d5f
No related branches found
No related tags found
No related merge requests found
variables: variables:
GIT_STRATEGY: fetch GIT_STRATEGY: fetch
GIT_SSL_NO_VERIFY: "1" GIT_SSL_NO_VERIFY: "1"
GIT_DEPTH: 1 GIT_DEPTH: "1"
# to re-use clones also in different forks # to re-use clones also in different forks
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_NAME GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_NAME
## Runtime options for sanitizers ## Runtime options for sanitizers
......
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