Revert "revertme,ci(aptly_api): hardcode proxy-ip to use for deb uploads"

More proper fix by @agnostic-apollo in a3e68e2b89 and 3b76d37dce.

This reverts commit 1615ccc894.
This commit is contained in:
Henrik Grimler 2022-06-18 19:07:31 +02:00
parent 93e4eb1a75
commit 0c4f47e713
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ CURL_COMMON_OPTIONS=(
--user-agent 'Termux-Packages/1.0\ (https://github.com/termux/termux-packages)'
--user "${APTLY_API_AUTH}"
--write-out "|%{http_code}"
--resolve "packages.termux.dev:443:216.18.208.170"
)
CURL_ADDITIONAL_OPTIONS=()