Files
weave-scope/integration/gce.sh
2016-02-22 12:14:36 +00:00

11 lines
170 B
Bash
Executable File

#!/bin/bash
set -e
. ./config.sh
export PROJECT=scope-integration-tests
export TEMPLATE_NAME="test-template-5"
export NUM_HOSTS=3
. "../tools/integration/gce.sh" "$@"