Skip to content

Commit

Permalink
ci: add submodule usage for gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Sep 14, 2024
1 parent 0867bc6 commit 516634f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ stages:

variables:
GIT_STRATEGY: "clone"
GIT_SUBMODULE_STRATEGY: recursive

job-build:
stage: build_and_tag
Expand Down Expand Up @@ -30,7 +31,7 @@ job-tag:
- USERNAME="$CUSTOM_CI_USERNAME"
- PASSWORD="$CUSTOM_CI_PASSWORD"
- EMAIL="$CUSTOM_CI_EMAIL"
- TAGNAME="v$(sh scripts/get_version.sh)"
- TAGNAME="v$(sh scripts/common/py/get_version.sh)"
- git config --global user.name "${USERNAME}"
- git config --global user.email "${EMAIL}"
- git remote remove origin
Expand Down

0 comments on commit 516634f

Please sign in to comment.