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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.teatro.yml')
-rw-r--r--.teatro.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.teatro.yml b/.teatro.yml
new file mode 100644
index 00000000000..30054361981
--- /dev/null
+++ b/.teatro.yml
@@ -0,0 +1,8 @@
+stage:
+ before:
+ - cp config/gitlab.teatro.yml config/gitlab.yml
+ - mkdir /apps/gitlab-satellites
+ - mkdir /apps/repositories
+
+ database:
+ - RAILS_ENV=development force=yes bundle exec rake db:create gitlab:setup \ No newline at end of file