Commit 8ef9108d authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible freebsd: continue the loop if a build fails, dont break out.

parent c96a044d
...@@ -90,7 +90,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do ...@@ -90,7 +90,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
else else
cleanup_tmpdirs cleanup_tmpdirs
echo "$(date -u ) - failed to build FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) in the first run, stopping." echo "$(date -u ) - failed to build FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) in the first run, stopping."
break continue
fi fi
# set time forward 398 days and some # set time forward 398 days and some
......
Supports Markdown
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