mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
integration/gce.sh: allow PROJECT override
This commit is contained in:
committed by
Alessandro Puccetti
parent
e031728b04
commit
cf507de619
@@ -5,8 +5,8 @@ set -e
|
||||
# shellcheck disable=SC1091
|
||||
. ./config.sh
|
||||
|
||||
export PROJECT=scope-integration-tests
|
||||
export TEMPLATE_NAME="test-template-5"
|
||||
export PROJECT="${PROJECT:-scope-integration-tests}"
|
||||
export TEMPLATE_NAME="${TEMPLATE_NAME:-test-template-5}"
|
||||
export NUM_HOSTS=5
|
||||
# shellcheck disable=SC1091
|
||||
. "../tools/integration/gce.sh" "$@"
|
||||
|
||||
Reference in New Issue
Block a user