diff options
Diffstat (limited to 'jjb/verify-releng')
-rwxr-xr-x | jjb/verify-releng | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/jjb/verify-releng b/jjb/verify-releng index 6e980e79b..807df1b11 100755 --- a/jjb/verify-releng +++ b/jjb/verify-releng @@ -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/ |