mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 01:30:30 +00:00
11 lines
170 B
Bash
Executable File
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" "$@"
|