We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a1383 commit ecbc3d8Copy full SHA for ecbc3d8
tools/postman/scripts/upload-collection.sh
@@ -103,7 +103,7 @@ else
103
--data ${collection_transformed_path}"
104
105
execute_curl --request PUT --retry 3 --retry-delay 30 --retry-max-time 1200 \
106
- --show-error --fail --silent \
+ --show-error --fail --silent --retry-all-errors \\
107
--location "https://api.getpostman.com/collections/${collection_id}" \
108
--header "Content-Type: application/json" \
109
--header "X-API-Key: ${POSTMAN_API_KEY}" \
0 commit comments