Files
weave-scope/integration/gce.sh
Paul Bellamy 8aede5aaf9 Fixing the build
* override the weave template and hosts count for gce
* weave gce script wants jq as well now
* build the new weave go test runner
2015-07-31 10:31:07 +01:00

11 lines
166 B
Bash
Executable File

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