github actions: don't use --retry-all-errors curl option as unavailable in this version

This commit is contained in:
Leonid Pliushch 2021-10-09 00:24:54 +03:00
parent 653d72b8cf
commit 8bde94f6a3
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -170,7 +170,6 @@ jobs:
--silent \
--retry 2 \
--retry-delay 3 \
--retry-all-errors \
--user "${{ secrets.APTLY_API_AUTH }}" \
--user-agent "Termux-Packages/1.0 (https://github.com/termux/termux-packages)" \
--request DELETE \
@ -194,7 +193,6 @@ jobs:
--silent \
--retry 2 \
--retry-delay 3 \
--retry-all-errors \
--user "${{ secrets.APTLY_API_AUTH }}" \
--user-agent "Termux-Packages/1.0 (https://github.com/termux/termux-packages)" \
--request POST \
@ -234,7 +232,6 @@ jobs:
--silent \
--retry 2 \
--retry-delay 3 \
--retry-all-errors \
--user "${{ secrets.APTLY_API_AUTH }}" \
--user-agent "Termux-Packages/1.0 (https://github.com/termux/termux-packages)" \
--request POST \
@ -266,7 +263,6 @@ jobs:
--silent \
--retry 2 \
--retry-delay 3 \
--retry-all-errors \
--user "${{ secrets.APTLY_API_AUTH }}" \
--user-agent "Termux-Packages/1.0 (https://github.com/termux/termux-packages)" \
--header 'Content-Type: application/json' \