diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-20 15:53:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-20 15:53:55 +0100 |
commit | 5aad8994e84438e939be2f1f3accb4e75b4b0202 (patch) | |
tree | 80156a24b98505f6c792b644117d5d2ac448de89 | |
parent | 93e0c2a1cbe1342b0874906b54dfd8f1b22e4b27 (diff) | |
download | jenkins.debian.net-5aad8994e84438e939be2f1f3accb4e75b4b0202.tar.xz |
fixup: check for missing manual builds
-rwxr-xr-x | bin/d-i_check_jobs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index 52179fec..617f0eac 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -74,7 +74,7 @@ for DIRECTORY in * ; do fi done if [ "$DIRECTORY" == "" ] ; then - break + continue else # # html build job @@ -123,7 +123,7 @@ for DIRECTORY in * ; do fi done if [ "$DIRECTORY" == "" ] ; then - break + continue else # # html build job |