Commit a969382b authored by Duggan, John's avatar Duggan, John
Browse files

Replace NDIP access token

parent cdd3f6f7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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