hack around being unable to test if migrations have run for now - this should work, but is nasty
This commit is contained in:
parent
46040b1674
commit
2fe79b3f2d
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
||||||
|
|
||||||
# TODO: If we don't use mysql, change this path.
|
# TODO: If we don't use mysql, change this path.
|
||||||
- name: Run rake gitlab:setup
|
- 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
|
- hosts: gitlab-dev.cloud.fedoraproject.org
|
||||||
user: root
|
user: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue