Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tools/postman/scripts/upload-collection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ if [ "$collection_exists" = "false" ]; then
--header 'X-API-Key: **********'
--data ${collection_transformed_path}"
curl --show-error \
--retry 10 \
--retry 7 \
--retry-delay 30 \
--retry-max-time 300 \
--retry-max-time 1200 \
--retry-all-errors \
--fail \
--silent \
Expand All @@ -87,9 +87,9 @@ else
--data ${collection_transformed_path}"

curl --show-error \
--retry 10 \
--retry 7 \
--retry-delay 30 \
--retry-max-time 300 \
--retry-max-time 1200 \
--retry-all-errors \
--fail \
--silent \
Expand Down