From f54da4ce090c630f858d48a320a06fbfa88f9169 Mon Sep 17 00:00:00 2001 From: zachmann Date: Tue, 19 Dec 2023 09:51:24 +0100 Subject: [PATCH] update gitlab links --- .gitlab-ci-scripts/local-before-script.sh | 4 ++-- .gitlab-ci.yml | 6 +++--- gitbook/agent-clients.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci-scripts/local-before-script.sh b/.gitlab-ci-scripts/local-before-script.sh index b5246ac4..adb28e78 100755 --- a/.gitlab-ci-scripts/local-before-script.sh +++ b/.gitlab-ci-scripts/local-before-script.sh @@ -8,9 +8,9 @@ export VERSION=`cat VERSION` # clone the packages file of this repo: # Try with VERSION echo "Trying to use branch for packaging: ${PACKAGING_BRANCH}/v${VERSION}" -git clone -b ${PACKAGING_BRANCH}/v${VERSION} http://git.scc.kit.edu/m-team/oidc-agent.git delme || { +git clone -b ${PACKAGING_BRANCH}/v${VERSION} http://codebase.helmholtz.cloud/m-team/oidc/oidc-agent.git delme || { echo "Falling back to ${PACKAGING_BRANCH}/latest" - git clone -b ${PACKAGING_BRANCH}/latest http://git.scc.kit.edu/m-team/oidc-agent.git delme + git clone -b ${PACKAGING_BRANCH}/latest http://codebase.helmholtz.cloud/m-team/oidc/oidc-agent.git delme } diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0950cf51..e0b07499 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ --- include: - - 'https://git.scc.kit.edu/m-team/ci-voodoo/raw/master/ci-include/generic-ci.yml' - - 'https://git.scc.kit.edu/m-team/ci-voodoo/raw/master/ci-include/pipeline-jobs.yml' - - 'https://git.scc.kit.edu/m-team/ci-voodoo/raw/master/ci-include/pipeline-jobs-publish-to-repo.yml' + - 'https://codebase.helmholtz.cloud/m-team/tools/ci-voodoo/raw/master/ci-include/generic-ci.yml' + - 'https://codebase.helmholtz.cloud/m-team/tools/ci-voodoo/raw/master/ci-include/pipeline-jobs.yml' + - 'https://codebase.helmholtz.cloud/m-team/tools/ci-voodoo/raw/master/ci-include/pipeline-jobs-publish-to-repo.yml' variables: STAGING_BRANCH_NAME: 'staging' diff --git a/gitbook/agent-clients.md b/gitbook/agent-clients.md index b24fda64..3125bf5c 100644 --- a/gitbook/agent-clients.md +++ b/gitbook/agent-clients.md @@ -7,7 +7,7 @@ to obtain an access token from oidc-agent. The following applications are alread - [wattson](https://github.com/indigo-dc/wattson) - [orchent](https://github.com/indigo-dc/orchent) - [UNICORE command line client](https://www.unicore.eu) -- [feudalSSH](https://git.scc.kit.edu/feudal/feudalSSH) +- [feudalSSH](https://codebase.helmholtz.cloud/m-team/feudal/feudalSSH) - [mccli](https://github.com/dianagudu/mccli) - [fedcloud client](https://www.fedcloud.eu/fedcloudclient) - [FLAAT](https://github.com/indigo-dc/flaat)