Skip to content

Commit

Permalink
use packaging/test-ellert-spec branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Aug 21, 2024
1 parent 799f60d commit 69041b0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitlab-ci-scripts/local-before-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ echo "======== oidc-agent-local-before-script starting======="
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://codebase.helmholtz.cloud/m-team/oidc/oidc-agent.git delme || {
echo "Falling back to ${PACKAGING_BRANCH}/latest"
git clone -b ${PACKAGING_BRANCH}/latest http://codebase.helmholtz.cloud/m-team/oidc/oidc-agent.git delme
echo "Trying to use branch for packaging: ${PACKAGING_BRANCH}/test-ellert-spec"
git clone -b ${PACKAGING_BRANCH}/test-ellert-spec http://codebase.helmholtz.cloud/m-team/oidc/oidc-agent.git delme || {
exit 10
}


Expand Down

0 comments on commit 69041b0

Please sign in to comment.