Commit e49683ab authored by Adam Wujek's avatar Adam Wujek

.gitlab-ci: avoid errors with lack of tag on git describe

Due to the limited depth of the fetch, git describe may not find a tag.
Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 0bdd3e0e
......@@ -108,6 +108,8 @@ build-wr2rf:
- nodocker
variables:
# Fetch submodules (https://docs.gitlab.com/ee/ci/git_submodules.html#use-git-submodules-in-cicd-jobs).
GIT_STRATEGY: clone
GIT_DEPTH: 0
GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_DEPTH: 1
EDL_CI_SYN_OUTPUT_DIR: $CI_PROJECT_DIR/$EDL_CI_EOS_OUTPUT_DIR/bitstreams
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment