Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSpy committed Aug 6, 2019
1 parent 2b17769 commit a6d6b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_script:
- php composer-setup.php
- php -r "unlink('composer-setup.php'); unlink('installer.sig');"
- php composer.phar install --no-interaction --prefer-dist
- wget --header "PRIVATE-TOKEN:${ACCESSTOKEN}" "${CERTPATH}"
- wget --header "PRIVATE-TOKEN:${ACCESSTOKEN}" "${CERTPATH}" -O cert.pem
- sed -e "s?PASSPHRASE?$(echo $PASSPHRASE | sed -e 's/\\/\\\\/g; s/\//\\\//g; s/&/\\\&/g')?" --in-place tests/config.php
- sed -e "s?PROXYPORT?$PROXYPORT?" --in-place tests/config.php
- sed -e "s?PROXYHOST?$PROXYHOST?" --in-place tests/config.php
Expand Down
2 changes: 1 addition & 1 deletion tests/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
return array(
'certPath' => 'CC0000001625_500.pem',
'certPath' => 'cert.pem',
'wsdl' => array(
'airspaceServices' => 'AIRSPACESERVICESWSDL',
'flowServices' => 'FLOWSERVICESWSDL'
Expand Down

0 comments on commit a6d6b3b

Please sign in to comment.