Moved to new git url for php client.

This commit is contained in:
Martin Edenhofer 2016-10-18 22:25:43 +02:00
parent 19d57cf21d
commit 6e185a95f6

View file

@ -392,7 +392,7 @@ test:browser:integration:api_client_php:
- RAILS_ENV=test rake db:create - RAILS_ENV=test rake db:create
- cp contrib/auto_wizard_test.json auto_wizard.json - cp contrib/auto_wizard_test.json auto_wizard.json
- script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 - script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1
- GIT_SSH=/ssh_wrapper_client_php.sh git clone git@github.com:martini/zammad_api_client_php || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1 - git clone git@github.com:zammad/zammad-api-client-php || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1
- wget http://$IP:$BROWSER_PORT/api/v1/getting_started/auto_wizard - wget http://$IP:$BROWSER_PORT/api/v1/getting_started/auto_wizard
- cd zammad_api_client_php - cd zammad_api_client_php
- composer install - composer install