integration/gce.sh: allow PROJECT override

This commit is contained in:
Alban Crequy
2017-02-11 01:44:30 +01:00
committed by Alessandro Puccetti
parent e031728b04
commit cf507de619

View File

@@ -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" "$@"