The ordering here was eating the non zero exit status 57/1257/1
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 20 Aug 2015 18:49:17 +0000 (14:49 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 20 Aug 2015 18:49:17 +0000 (14:49 -0400)
Change-Id: Ifdedb74503e9897d423e25bb6b5a1dbc77e8057a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/verify-releng

index 6e980e7..807df1b 100755 (executable)
@@ -1,9 +1,4 @@
 #!/bin/bash
-
-source /opt/virtualenv/jenkins-job-builder/bin/activate
-jenkins-jobs test jjb/
-
-
 #test for non-ascii characters, these can pass the test and end up breaking things in production
 for x in $(find . -name *\.yml); do
 
@@ -14,4 +9,5 @@ for x in $(find . -name *\.yml); do
 
 done
 
-echo "all .yml files are ASCII only"
+source /opt/virtualenv/jenkins-job-builder/bin/activate
+jenkins-jobs test jjb/