Skip to content

Commit

Permalink
repo override needs to include /cvmfs/
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jan 24, 2024
1 parent 63101e7 commit c124baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# run wrapper script + capture & check output
out="${PWD}/eb-${EB_VERSION}.out"
export EESSI_REPOS_CFG_DIR_OVERRIDE=${PWD}/repos
export EESSI_CVMFS_REPO_OVERRIDE="software.eessi.io"
export EESSI_CVMFS_REPO_OVERRIDE="/cvmfs/software.eessi.io"
./eessi_container.sh --access rw --mode run --verbose --repository EESSI /software-layer/run_in_compat_layer_env.sh /software-layer/eb-${EB_VERSION}.sh 2>&1 | tee ${out}
pattern="^This is EasyBuild ${EB_VERSION} "
grep "${pattern}" ${out} || (echo "Pattern '${pattern}' not found in output!" && exit 1)
Expand Down

0 comments on commit c124baa

Please sign in to comment.