Skip to content
Snippets Groups Projects
Commit a42421eb authored by Julien Maurer's avatar Julien Maurer
Browse files

Merge branch 'cherry-pick-24579d3b-22.0' into '22.0'

Sweeping !53669 from master to 22.0.
AtlasBuildScripts: fix externals cleanup after build failure

See merge request !53702
parents 5ee9fd13 1bbc5f06
4 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!53743Daily "22.0 to master" sweep: 27/05/22,!53702Sweeping !53669 from master to 22.0. AtlasBuildScripts: fix externals cleanup after build failure
......@@ -79,10 +79,6 @@ while getopts ":t:b:x:k:fch" opt; do
esac
done
# Only stop on errors if we are executing a CI build. Otherwise just count them.
if [ "${ATLAS_CI_BUILD}" = "1" ]; then
set -e
fi
set -o pipefail
ERROR_COUNT=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment