Skip to content
Snippets Groups Projects
Commit 879e9661 authored by Paolo Brasolin's avatar Paolo Brasolin
Browse files

ci: test alternative unshallow

parent 5d42ab34
No related branches found
No related tags found
No related merge requests found
Pipeline #25065 failed
......@@ -64,8 +64,10 @@ cache-be-node-job:
app-tagger-job:
stage: setup
before_script:
- git fetch --unshallow --all
variables:
GIT_DEPTH: 0
# before_script:
# - git fetch --unshallow --all
script:
- APP_BRANCH=${CI_COMMIT_TAG:+main}
- APP_BRANCH=${APP_BRANCH:-${CI_COMMIT_REF_NAME}}
......
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