Merge branch '42-fix-commit-foot-refs' into 'development'

fix(commit_footer_refs): dont update git submodules

Closes #42

See merge request nofusscomputing/projects/gitlab-ci!71
This commit is contained in:
2023-11-12 05:03:22 +00:00

View File

@ -88,7 +88,6 @@ commit footer refs:
- git remote add origin $CI_REPOSITORY_URL
- git fetch --all
- git checkout --track origin/$CI_COMMIT_BRANCH
- git submodule update --init
script:
- commit_footer > "$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/tests/$CI_JOB_NAME.junit.xml"
artifacts: