From d4e3d20baa7fb4dc2806ffb7c1954c879f3ff300 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 20 Aug 2015 14:49:17 -0400 Subject: The ordering here was eating the non zero exit status Change-Id: Ifdedb74503e9897d423e25bb6b5a1dbc77e8057a Signed-off-by: Aric Gardner --- jjb/verify-releng | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'jjb/verify-releng') 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/ -- cgit 1.2.3-korg