You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reanahub/reana-job-controller#283 we spotted that an important instruction to build the docker image was failing but the image was being built "successfully". This is dangerous because we can end up with an image that doesn't fulfill the necessary requirements.
In this case we used set -e. We should runa campaign across REANA repos to find instructions like this ones that should exit on failure (w.g. wget).
The text was updated successfully, but these errors were encountered:
Stems from reanahub/reana-job-controller#283 (review)
In reanahub/reana-job-controller#283 we spotted that an important instruction to build the docker image was failing but the image was being built "successfully". This is dangerous because we can end up with an image that doesn't fulfill the necessary requirements.
In this case we used
set -e
. We should runa campaign across REANA repos to find instructions like this ones that should exit on failure (w.g.wget
).The text was updated successfully, but these errors were encountered: