Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ tag-release: - > if [ -z $(git ls-remote --tags origin "$VERSION") ]; then echo "Tag $VERSION does not exist remotely. Creating and pushing..." git remote add gitlab https://oauth2:${NDIP_GROUP_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git || echo "Remote gitlab already exists or failed to add." git remote add gitlab https://oauth2:${GALAXY_GROUP_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git || echo "Remote gitlab already exists or failed to add." git tag ${VERSION} git push gitlab --tags else Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ tag-release: - > if [ -z $(git ls-remote --tags origin "$VERSION") ]; then echo "Tag $VERSION does not exist remotely. Creating and pushing..." git remote add gitlab https://oauth2:${NDIP_GROUP_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git || echo "Remote gitlab already exists or failed to add." git remote add gitlab https://oauth2:${GALAXY_GROUP_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git || echo "Remote gitlab already exists or failed to add." git tag ${VERSION} git push gitlab --tags else Loading