Skip to content

Commit

Permalink
Increase socket timeout for TER publish
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Aug 28, 2020
1 parent f7fc188 commit 3552309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/publish-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ unzip ../web2pdf_*.zip -d extension
composer -n init
composer -n require --dev helhum/ter-client 'dev-master#2afdb1a04c0975a31ab4450daed732bc5f84ea7f'

vendor/bin/ter-client upload -u "${TER_USERNAME}" -p "${TER_PASSWORD}" -m "Release version ${VERSION}" web2pdf ./extension
php -d default_socket_timeout=3600 vendor/bin/ter-client upload -u "${TER_USERNAME}" -p "${TER_PASSWORD}" -m "Release version ${VERSION}" web2pdf ./extension

0 comments on commit 3552309

Please sign in to comment.