From 6e185a95f625141d2781de6b3a3ca5f34edad222 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 18 Oct 2016 22:25:43 +0200 Subject: [PATCH] Moved to new git url for php client. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fb1f05b3..7b3a3a46d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -392,7 +392,7 @@ test:browser:integration:api_client_php: - RAILS_ENV=test rake db:create - cp contrib/auto_wizard_test.json auto_wizard.json - 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 - cd zammad_api_client_php - composer install