Skip to content

Commit

Permalink
[legacy] ci: Use nov22 ci container
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Jul 3, 2024
1 parent a0f904a commit b3268c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-start-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ctestcmd="$2"

# Some default paths:
: ${FS_INSTALLTREE_BASE:="/srv/alfaci/FairSoft/install-tree"}
: ${SINGULARITY_CONTAINER_ROOT:="/cvmfs/fairsoft_dev.gsi.de/ci/for-fairsoft/latest/container"}
: ${CONTAINER_ROOT:="/cvmfs/fairsoft_dev.gsi.de/ci/for-fairsoft/2022-11-24_1730/container"}

image="${SINGULARITY_CONTAINER_ROOT}/${container}"
image="${CONTAINER_ROOT}/${container}"
bindmounts="/etc/environment,/cvmfs,$PWD"

if [ -d "$FS_INSTALLTREE_BASE" ]
Expand Down

0 comments on commit b3268c3

Please sign in to comment.