Skip to content

Commit 5deff8a

Browse files
committed
Revert "fix(ci): bump package versions before running unit tests (#2345)"
This reverts commit c120423.
1 parent c120423 commit 5deff8a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.evergreen.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ functions:
190190
set -e
191191
{
192192
source .evergreen/setup-env.sh
193-
npm run evergreen-release bump
194193
npm run test-ci
195194
echo "Archiving current coverage result..."
196195
tar cvzf nyc-output.tgz .nyc_output
@@ -4278,7 +4277,7 @@ functions:
42784277
export PUPPETEER_SKIP_DOWNLOAD="true"
42794278
npm run evergreen-release draft
42804279
git add .
4281-
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
4280+
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
42824281
}
42834282
42844283
release_publish_download_and_list_artifacts:

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ functions:
199199
set -e
200200
{
201201
source .evergreen/setup-env.sh
202-
npm run evergreen-release bump
203202
npm run test-ci
204203
echo "Archiving current coverage result..."
205204
tar cvzf nyc-output.tgz .nyc_output
@@ -923,7 +922,7 @@ functions:
923922
export PUPPETEER_SKIP_DOWNLOAD="true"
924923
npm run evergreen-release draft
925924
git add .
926-
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
925+
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
927926
}
928927

929928
release_publish_download_and_list_artifacts:

0 commit comments

Comments
 (0)