File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,13 @@ if [ "$collection_exists" = "false" ]; then
6363 --header 'Content-Type: application/json'
6464 --header 'X-API-Key: **********'
6565 --data ${collection_transformed_path} "
66- curl --show-error --fail --retry 5 --retry-all-errors --silent \
66+ curl --show-error \
67+ --retry 10 \
68+ --retry-delay 30 \
69+ --retry-max-time 300 \
70+ --retry-all-errors \
71+ --fail \
72+ --silent \
6773 --location " https://api.getpostman.com/collections?workspace=${WORKSPACE_ID} " \
6874 --header " Content-Type: application/json" \
6975 --header " X-API-Key: ${POSTMAN_API_KEY} " \
8490 --retry 10 \
8591 --retry-delay 30 \
8692 --retry-max-time 300 \
87- --fail \
8893 --retry-all-errors \
94+ --fail \
8995 --silent \
9096 --request PUT \
9197 --location " https://api.getpostman.com/collections/${collection_id} " \
You can’t perform that action at this time.
0 commit comments