Skip to content
Snippets Groups Projects
Commit 24579d3b authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'aebuild' into 'master'

AtlasBuildScripts: fix externals cleanup after build failure

See merge request atlas/athena!53669
parents ae985715 5100d51b
No related branches found
No related tags found
No related merge requests found
......@@ -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