diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-20 18:32:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-20 18:32:31 +0100 |
commit | 8ef9108de62313f1275125e17ee9ab14d88b3677 (patch) | |
tree | 05e3afe3ecf06aaaedb42f52223a81ce7d63f740 | |
parent | c96a044d4684a9194854473a154e8433aac8f1f1 (diff) | |
download | jenkins.debian.net-8ef9108de62313f1275125e17ee9ab14d88b3677.tar.xz |
reproducible freebsd: continue the loop if a build fails, dont break out.
-rwxr-xr-x | bin/reproducible_freebsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index 038a7ad8..2cdc0734 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -90,7 +90,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do else cleanup_tmpdirs echo "$(date -u ) - failed to build FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) in the first run, stopping." - break + continue fi # set time forward 398 days and some |