Skip to content
Snippets Groups Projects
Commit af3eee23 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

feat(CI): allow fetching stage to fail

to avoid stopping the entire pipeline due to transient network issues/mirror unavailability when installing many packages
parent 609cd8f7
Branches experimental_rel
No related tags found
No related merge requests found
Pipeline #62853 waiting for manual action with stage
in 1 hour, 51 minutes, and 16 seconds
...@@ -130,9 +130,9 @@ spack-python -c "exit(not len(spack.environment.active_environment().uninstalled ...@@ -130,9 +130,9 @@ spack-python -c "exit(not len(spack.environment.active_environment().uninstalled
else else
echo "Updating of the source cache disabled." echo "Updating of the source cache disabled."
fi fi
if [ "$ret" -ne 0 ]; then # if [ "$ret" -ne 0 ]; then
(exit $ret) # (exit $ret)
fi # fi
) )
if [ -n "${OCI_CACHE_PREFIX}" ]; then if [ -n "${OCI_CACHE_PREFIX}" ]; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment