We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f453fe9 commit ab03e42Copy full SHA for ab03e42
1 file changed
EESSI-install-software.sh
@@ -412,12 +412,14 @@ else
412
413
# copy EasyBuild log file if EasyBuild exited with an error
414
if [ ${ec} -ne 0 ]; then
415
- eb_last_log=$(unset EB_VERBOSE; eb --last-log)
+ eb_hooks=$EASYBUILD_HOOKS
416
+ eb_last_log=$(unset EB_VERBOSE; unset EASYBUILD_HOOKS; eb --last-log)
417
# copy to current working directory
418
cp -a ${eb_last_log} .
419
echo "Last EasyBuild log file copied from ${eb_last_log} to ${PWD}"
420
# copy to build logs dir (with context added)
421
copy_build_log "${eb_last_log}" "${build_logs_dir}"
422
+ export EASYBUILD_HOOKS=$eb_hooks
423
fi
424
425
$TOPDIR/check_missing_installations.sh ${easystack_file} ${pr_diff}
0 commit comments