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 2057198 commit 01b60b4Copy full SHA for 01b60b4
tools/postman/scripts/transform-for-api.sh
@@ -60,7 +60,7 @@ jq --arg desc "$description" \
60
intermediateCollectionWithName.json > intermediateCollectionWithDescription.json
61
62
echo "Removing all variables. We use environment for variables instead"
63
-jq --arg base_url "$BASE_URL" \
+jq \
64
'.collection.variable = []' \
65
intermediateCollectionWithDescription.json > intermediateCollectionWithNoVar.json
66
0 commit comments