From b8199586b4fe4c9f93efe68a908eaa8582f064c3 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 12 Nov 2023 14:30:53 +0930 Subject: [PATCH] fix(commit_footer_refs): dont update git submodules this ci job requires only the gitlab-ci submodule with other submodules being not applicable. !71 fixes #42 nofusscomputing/infrastructure/configuration-management/project-production!2 --- gitlab_release/.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/gitlab_release/.gitlab-ci.yml b/gitlab_release/.gitlab-ci.yml index e24dcd2..fa3044e 100644 --- a/gitlab_release/.gitlab-ci.yml +++ b/gitlab_release/.gitlab-ci.yml @@ -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: