diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index b42fe5f..6ae1a9a 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -41,6 +41,11 @@ go clean -cache echo "Invoking 'make all' ..." make all +############ +stage "Lint" +############ +make lint + ############ stage "UnitTests" ############ @@ -99,11 +104,6 @@ if [ -f ~/.xs_id.bak ]; then mv ~/.xs_id.bak ~/.xs_id fi -############ -stage "Lint" -############ -make lint - ############ stage "Artifacts" ############