From 2fe79b3f2dabcd04ce3ef12e20ff00f7ffd0244c Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 15 Mar 2013 18:22:20 +0000 Subject: [PATCH] hack around being unable to test if migrations have run for now - this should work, but is nasty --- playbooks/hosts/gitlab-dev.cloud.fedoraproject.org.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/hosts/gitlab-dev.cloud.fedoraproject.org.yml b/playbooks/hosts/gitlab-dev.cloud.fedoraproject.org.yml index 6906c1365d..1be4e9fc68 100644 --- a/playbooks/hosts/gitlab-dev.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/gitlab-dev.cloud.fedoraproject.org.yml @@ -174,7 +174,7 @@ # TODO: If we don't use mysql, change this path. - name: Run rake gitlab:setup - shell: creates=/var/lib/mysql/gitlabhq_production/users.frm chdir=/home/gitlab/gitlab yes yes | /usr/local/bin/bundle exec rake gitlab:setup RAILS_ENV=production + shell: creates=/home/gitlab/ran_migrations chdir=/home/gitlab/gitlab yes yes | /usr/local/bin/bundle exec rake gitlab:setup RAILS_ENV=production; touch /home/gitlab/ran_migrations - hosts: gitlab-dev.cloud.fedoraproject.org user: root