From 8fc300ef8e53a8caf84ef5a22e06e885958d9d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9line=20=20TREBEAU?= <celine.trebeau@pasteur.fr> Date: Wed, 21 Sep 2022 17:27:36 +0200 Subject: [PATCH] Update .gitlab-ci.yml file (wrong repo) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0311a07b..eeded216 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ release: script: - 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/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/maven-helper.sh --output ../maven-helper.sh - curl --fail https://raw.githubusercontent.com/scijava/scijava-scripts/main/release-version.sh --output ../release-version.sh -- GitLab