Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,6 @@ prod_package_job: if git commit -m "Release $DEV_RELEASE_VERSION: Update project version [skip ci]"; then REPO_URL="${CI_SERVER_URL}/${CI_PROJECT_PATH}.git" AUTH_REPO_URL="https://${GITLAB_USER_NAME}:${GROUP_ACCESS_TOKEN}@${REPO_URL#https://}" #git remote set-url origin "https://${GITLAB_USER_NAME}:${GROUP_ACCESS_TOKEN}@${CI_SERVER_URL}/${CI_PROJECT_PATH}.git" git remote set-url origin "$AUTH_REPO_URL" git push -f origin HEAD:main Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,6 @@ prod_package_job: if git commit -m "Release $DEV_RELEASE_VERSION: Update project version [skip ci]"; then REPO_URL="${CI_SERVER_URL}/${CI_PROJECT_PATH}.git" AUTH_REPO_URL="https://${GITLAB_USER_NAME}:${GROUP_ACCESS_TOKEN}@${REPO_URL#https://}" #git remote set-url origin "https://${GITLAB_USER_NAME}:${GROUP_ACCESS_TOKEN}@${CI_SERVER_URL}/${CI_PROJECT_PATH}.git" git remote set-url origin "$AUTH_REPO_URL" git push -f origin HEAD:main Loading