hack around being unable to test if migrations have run for now - this should work, but is nasty

This commit is contained in:
Ricky Elrod 2013-03-15 18:22:20 +00:00
parent 46040b1674
commit 2fe79b3f2d

View file

@ -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