The ordering here was eating the non zero exit status
[releng.git] / 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/