Skip to content

Commit

Permalink
update gitlab links
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Dec 19, 2023
1 parent 8b84b41 commit f54da4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci-scripts/local-before-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gitbook/agent-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f54da4c

Please sign in to comment.