File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments