mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 17:01:33 +08:00
hack around being unable to test if migrations have run for now - this should work, but is nasty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user