Skip to content

Commit

Permalink
debug failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Apr 6, 2024
1 parent d44cb47 commit be61715
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions load_easybuild_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ else
ok_msg="Latest EasyBuild release installed, let's go!"
fail_msg="Installing latest EasyBuild release failed, that's not good... (output: ${eb_install_out})"
${EB} --install-latest-eb-release 2>&1 | tee ${eb_install_out}
ec=$?
cat $(${EB} --last-log)
check_exit_code $? "${ok_msg}" "${fail_msg}"

# maybe the module obtained with --install-latest-eb-release is exactly the EasyBuild version we wanted?
Expand Down

0 comments on commit be61715

Please sign in to comment.