Skip to content
Snippets Groups Projects
Commit 796df2f8 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 2d6fbe46
No related merge requests found
......@@ -64,12 +64,10 @@ do
# In case the above command fails, the job can may still be fixable manually.
# So we wait for the COMPLETE file here.
if [ ! -f models.${kind}/COMPLETE ]
then
echo "Waiting for models.${kind}/COMPLETE"
fi
while [ ! -f models.${kind}/COMPLETE ]
do
echo "Waiting for $(pwd)/models.${kind}/COMPLETE"
echo "Processing script: $(pwd)/PROCESS.${kind}.sh"
sleep 60
done
done
......
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