Revert "bin/setup-circleci-secrets: possibly use generic credentials"

This reverts commit d0a5315c5c.
This commit is contained in:
Alban Crequy
2017-02-10 20:17:02 +01:00
parent f86d0d89ac
commit beec651cd7
2 changed files with 5 additions and 15 deletions

View File

@@ -5,8 +5,8 @@ set -e
# shellcheck disable=SC1091
. ./config.sh
export PROJECT="${PROJECT:-scope-integration-tests}"
export TEMPLATE_NAME="${TEMPLATE_NAME:-test-template-5}"
export PROJECT=scope-integration-tests
export TEMPLATE_NAME="test-template-5"
export NUM_HOSTS=5
# shellcheck disable=SC1091
. "../tools/integration/gce.sh" "$@"