From: robert.tomczyk Date: Thu, 3 Dec 2020 15:11:12 +0000 (+0000) Subject: INFRA: Update lint.sh to provide default project X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F6778%2F2;p=infra%2Fcicd.git INFRA: Update lint.sh to provide default project Change-Id: Ibe854e5324291889f1f90dc17a0f4aca84506b68 --- 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}"