Skip to content
Snippets Groups Projects
Commit fa4fa61a authored by Walter Lampl's avatar Walter Lampl Committed by Atlas Nightlybuild
Browse files

Merge branch 'ext_cleanup' into 'master'

AtlasBuildScripts: more cleanup on external build failures

See merge request atlas/athena!54805

(cherry picked from commit 08c63206)

cdc7cf2a AtlasBuildScripts: more cleanup on external build failures
parent da3f3851
No related branches found
No related tags found
4 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!548952022-07-06: Daily merge of 22.0 into master,!54834Sweeping !54805 from master to 22.0. AtlasBuildScripts: more cleanup on external build failures
Pipeline #4184790 passed
......@@ -182,7 +182,9 @@ if [ ${ERROR_COUNT} -ne 0 ]; then
if [ "${ATLAS_CI_BUILD}" = "1" ]; then
echo "Removing external project artifacts..."
rm -rf "${ATLAS_BUILD_DIR}/build/${ATLAS_EXT_PROJECT_NAME}/src"
rm -rf "${ATLAS_BUILD_DIR}/build/${ATLAS_EXT_PROJECT_NAME}/tmp"
rm -rf "${ATLAS_BUILD_DIR}/build/${ATLAS_EXT_PROJECT_NAME}/External"
rm -rf "${ATLAS_BUILD_DIR}/build/${ATLAS_EXT_PROJECT_NAME}/${BINARY_TAG}"
fi
else
cp "${ATLAS_PROJECT_DIR}/externals.txt" "${externals_stamp}"
......
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