mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-02 03:09:38 +02:00
behave: Fix building the OBS container
bin/rails db:setup writeconfiguration data:schema:load failed because the 'data:schema:load' step is now included in 'db:setup'
This commit is contained in:
@@ -96,7 +96,7 @@ start_obs_srcserver
|
||||
|
||||
# initialize the OBS database
|
||||
cd /srv/www/obs/api
|
||||
RAILS_ENV=production SAFETY_ASSURED=1 bin/rails db:setup writeconfiguration data:schema:load
|
||||
RAILS_ENV=production SAFETY_ASSURED=1 bin/rails db:setup writeconfiguration
|
||||
|
||||
|
||||
# update configuration and write it to disk
|
||||
|
Reference in New Issue
Block a user