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/demo-setup/setup')
-rwxr-xr-x_support/demo-setup/setup4
1 files changed, 4 insertions, 0 deletions
diff --git a/_support/demo-setup/setup b/_support/demo-setup/setup
new file mode 100755
index 000000000..d880a8468
--- /dev/null
+++ b/_support/demo-setup/setup
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+ansible-playbook -i hosts local_env.yml
+