Skip to content
Snippets Groups Projects
Commit 8fc300ef authored by Céline  TREBEAU's avatar Céline TREBEAU
Browse files

Update .gitlab-ci.yml file (wrong repo)

parent 80d376de
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ release: ...@@ -29,7 +29,7 @@ release:
script: script:
- git config user.name "$TECHUSER_NAME" - git config user.name "$TECHUSER_NAME"
- git config user.email "$TECHUSER_MAIL" - git config user.email "$TECHUSER_MAIL"
- git remote set-url --push origin "https://oauth2:${TECHUSER_ACCESS_TOKEN}@gitlab.pasteur.fr/ctrebeau/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/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/maven-helper.sh --output ../maven-helper.sh
- curl --fail https://raw.githubusercontent.com/scijava/scijava-scripts/main/release-version.sh --output ../release-version.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