Fixed auto wizard config.

This commit is contained in:
Martin Edenhofer 2015-11-27 01:51:08 +01:00
parent 62753dc63b
commit 31e195807e

View file

@ -145,9 +145,9 @@ job_integration_autowizard:
script:
- export RAILS_ENV=production
- export Z_LOCALES=en-us:de-de
- export IP=`hostname -I`
- export IP=$(ip -f inet -o addr show eth0|cut -d\ -f 7 | cut -d/ -f 1)
- export BROWSER_URL=http://$IP:3011
- export REMOTE_URL=http://192.168.122.135:4444/wd/hub
- export REMOTE_URL=http://192.168.122.175:4444/wd/hub
- export BROWSER=firefox
- export RAILS_SERVE_STATIC_FILES=true
- script/build/test_db_config.sh production ci_zammad_autowizard