X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Finfra%2Flint.sh;h=16201e4166277aca8f95a10ead6810d5cc745fb8;hb=3b5d5d8f359a4207872edf32773fdb72c3193eb7;hp=6d4e060eb25d3949b04bec027b118e274aaec3ae;hpb=d643ea7acf4cd3e57ba89f092d39e0874b8b111c;p=infra%2Fcicd.git diff --git a/jjb/infra/lint.sh b/jjb/infra/lint.sh index 6d4e060e..16201e41 100644 --- a/jjb/infra/lint.sh +++ b/jjb/infra/lint.sh @@ -5,11 +5,11 @@ set -o errexit set -o pipefail #------------------------------------------------------------------------------- -# Various tests are run using tox such as jjbtest, yamllint, and shellehck. +# Various tests are run using tox such as jjbtest, yamllint, and shellcheck. #------------------------------------------------------------------------------- run_tox() { - echo "Info : Preparing to run tox for the repo $GERRIT_PROJECT" + echo "Info : Preparing to run tox for the repo ${GERRIT_PROJECT:-project}" # set and export defaults LINT_TYPE="${LINT_TYPE:-jjbtest}"