Skip to content

Commit

Permalink
just a test to export EESSI_CVMFS_REPO_OVERRIDE to .github/workflows/…
Browse files Browse the repository at this point in the history
…tests_scripts.yml
  • Loading branch information
Richard Top committed Jan 12, 2024
1 parent d675a50 commit 72d8ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
# run wrapper script + capture & check output
out="${PWD}/eb-${EB_VERSION}.out"
export EESSI_CVMFS_REPO="${EESSI_CVMFS_REPO_OVERRIDE:=/cvmfs/software.eessi.io}"
./eessi_container.sh --access rw --mode run --verbose /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 72d8ba1

Please sign in to comment.