mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 18:16:45 +10:00
Merge pull request #4547 from yuters/patch-4
Fix invalid task name migrate_global_keys
This commit is contained in:
@@ -36,7 +36,7 @@ sudo -u git -H bundle install --without development test mysql --deployment
|
||||
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
|
||||
sudo -u git -H bundle exec rake migrate_groups RAILS_ENV=production
|
||||
sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production
|
||||
sudo -u git -H bundle exec rake migrate_global_keys RAILS_ENV=production
|
||||
sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user