Skip to content

Commit f9dabbb

Browse files
authored
CLOUDP-306499: Prevent generation of duplicate Postman collection versions (#682)
1 parent 024988d commit f9dabbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*.env
1414

1515
/tools/postman/openapi
16+
/tools/postman/node_modules
1617
/node_modules
1718

1819
# Tool generated files

tools/postman/scripts/upload-collection.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ collection_transformed_path="${PWD}/${TMP_FOLDER}/${COLLECTION_TRANSFORMED_FILE_
2525

2626
pushd "${OPENAPI_FOLDER}"
2727

28-
current_collection_name="⭐MongoDB Atlas Administration API ${current_api_revision}"
28+
current_collection_name=" MongoDB Atlas Administration API ${current_api_revision}"
2929

3030
echo "Fetching list of current collections"
3131
echo "curl -o ${COLLECTIONS_LIST_FILE}

0 commit comments

Comments
 (0)