Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ functions:
set -e
{
source .evergreen/setup-env.sh
npm run evergreen-release bump
npm run test-ci
echo "Archiving current coverage result..."
tar cvzf nyc-output.tgz .nyc_output
Expand Down Expand Up @@ -4277,7 +4278,7 @@ functions:
export PUPPETEER_SKIP_DOWNLOAD="true"
npm run evergreen-release draft
git add .
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
}

release_publish_download_and_list_artifacts:
Expand Down
3 changes: 2 additions & 1 deletion .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ functions:
set -e
{
source .evergreen/setup-env.sh
npm run evergreen-release bump
npm run test-ci
echo "Archiving current coverage result..."
tar cvzf nyc-output.tgz .nyc_output
Expand Down Expand Up @@ -922,7 +923,7 @@ functions:
export PUPPETEER_SKIP_DOWNLOAD="true"
npm run evergreen-release draft
git add .
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
git commit --no-allow-empty -m "chore(release): bump to prepare for mongosh release"
}

release_publish_download_and_list_artifacts:
Expand Down
Loading