From 88a63c824c73f35b02d69b568178f34aad30a6f1 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Thu, 3 Dec 2020 15:11:12 +0000 Subject: [PATCH] INFRA: Update lint.sh to provide default project Change-Id: Ibe854e5324291889f1f90dc17a0f4aca84506b68 --- jjb/infra/lint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}" -- 2.25.1