mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-24 13:56:13 +01: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:
parent
10dcf966cb
commit
17dbe25a71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user