X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fparser%2Fparser.yml;fp=jjb%2Fparser%2Fparser.yml;h=01f51aa68722af2fbfb445c60c798d2116269662;hb=e54906847d2772aebcc82c5de4bc16720ce45cba;hp=2ab1af833b96a9623386269546668b827e9dfd34;hpb=2e2aaccb68c64732c559594b41d587df49cb6130;p=releng.git diff --git a/jjb/parser/parser.yml b/jjb/parser/parser.yml index 2ab1af833..01f51aa68 100644 --- a/jjb/parser/parser.yml +++ b/jjb/parser/parser.yml @@ -58,15 +58,13 @@ builders: - shell: | - #/bin/bash + #!/bin/bash set -o errexit set -o pipefail set -o xtrace export PATH=$PATH:/usr/local/bin/ - + # pep8 check parser/tosca2heat/tosca-parser echo "Running tox -e pep8 on tosca2heat ..." - cd $WORKSPACE/parser/tosca2heat/tosca-parser - tox -e pep8 - cd $WORKSPACE/parser/tosca2heat/heat-translator - tox -e pep8 + cd $WORKSPACE/tosca2heat/tosca-parser && tox -e pep8 + cd $WORKSPACE/tosca2heat/heat-translator && tox -e pep8