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

ci: use clone strategy to tag app

parent af01c91e
No related branches found
No related tags found
No related merge requests found
Pipeline #25067 passed
......@@ -65,9 +65,8 @@ cache-be-node-job:
app-tagger-job:
stage: setup
variables:
GIT_DEPTH: 1000
# before_script:
# - git fetch --unshallow --all
GIT_STRATEGY: clone
GIT_DEPTH: 0
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.
Please register or to comment