Skip to content
Snippets Groups Projects
Commit 9968125b authored by Technical User's avatar Technical User
Browse files

Update .gitlab-ci.yml file

parent a8dbe302
No related branches found
No related tags found
No related merge requests found
Pipeline #106062 failed
......@@ -30,7 +30,7 @@ release:
- ls -al
- git config user.name "$TECHUSER_NAME"
- git config user.email "$TECHUSER_MAIL"
- git remote set-url --push origin "https://oauth2:${TECHUSER_ACCESS_TOKEN}@gitlab.pasteur.fr/ida-public/zellige-core.git/"
- git remote set-url --push origin https://oauth2:${TECHUSER_ACCESS_TOKEN}@gitlab.pasteur.fr/ida-public/zellige-core.git/
- curl --fail https://raw.githubusercontent.com/scijava/scijava-scripts/main/valid-semver-bump.sh --output ../valid-semver-bump.sh
- curl --fail https://raw.githubusercontent.com/scijava/scijava-scripts/main/maven-helper.sh --output ../maven-helper.sh
- curl --fail https://raw.githubusercontent.com/scijava/scijava-scripts/main/release-version.sh --output ../release-version.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment