Skip to content
Snippets Groups Projects
Commit bf4c90d5 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

USE -> HOME in test.sh

parent 35c8d20d
No related branches found
No related tags found
1 merge request!16MPI operators
Pipeline #41975 failed
......@@ -155,7 +155,7 @@ if [ "$RUN_EXAMPLES" = true ]; then
fi
if [ "$HAS_CACHE_DIR" = true ]; then
cp -r ${USER}/.cache/* $CACHE_DIR
cp -r ${HOME}/.cache/* $CACHE_DIR
find "${CACHE_DIR}" -name '*.lock' -delete
fi
......
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