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
We use this following to check for the scenario file:
while [ ! -f /shared/archive.pyz ]; do
echo "Waiting for /shared/archive.pyz to exist..."
sleep 2
done
I suspect this may cut off longer-running copy commands. Using mv we make sure all the data is
copied over, and then we `mv` the file into place.
0 commit comments