Added stage, tags and script options.
This commit is contained in:
parent
34d198991e
commit
46cbfb8b28
1 changed files with 4 additions and 2 deletions
|
@ -405,8 +405,10 @@ job_integration_autowizard_chrome:
|
||||||
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
|
- script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT
|
||||||
|
|
||||||
job_integration_zendesk_chrome:
|
job_integration_zendesk_chrome:
|
||||||
- export BROWSER_PORT=4071
|
stage: browser
|
||||||
- export WS_PORT=4072
|
tags:
|
||||||
|
- browser-chrome
|
||||||
|
script:
|
||||||
- export BROWSER_URL=http://$IP:$BROWSER_PORT
|
- export BROWSER_URL=http://$IP:$BROWSER_PORT
|
||||||
- RAILS_ENV=test rake db:create
|
- RAILS_ENV=test rake db:create
|
||||||
- script/bootstrap.sh
|
- script/bootstrap.sh
|
||||||
|
|
Loading…
Reference in a new issue