Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_support/benchmarking/destroy-benchmark-instance')
-rwxr-xr-x_support/benchmarking/destroy-benchmark-instance2
1 files changed, 2 insertions, 0 deletions
diff --git a/_support/benchmarking/destroy-benchmark-instance b/_support/benchmarking/destroy-benchmark-instance
new file mode 100755
index 000000000..f5eaf5128
--- /dev/null
+++ b/_support/benchmarking/destroy-benchmark-instance
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec ansible-playbook -i hosts.ini destroy.yml "$@"