mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +00:00
11 lines
166 B
Bash
Executable File
11 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. ./config.sh
|
|
|
|
export PROJECT=scope-integration-tests
|
|
export TEMPLATE_NAME="test-template-4"
|
|
export NUM_HOSTS=2
|
|
. "$WEAVE_ROOT/test/gce.sh" "$@"
|