Skip to content

Commit ac4816e

Browse files
committed
fix(ci): remove bump at compilation
1 parent 353bf7e commit ac4816e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.evergreen/compile-artifact.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ trap "rm -rf /tmp/m" EXIT
2222
export TMP=/tmp/m
2323
export TMPDIR=/tmp/m
2424

25-
if [ `uname` = Darwin ]; then
25+
if [ $(uname) = Darwin ]; then
2626
# match what Node.js 20 does on their own builder machines
2727
export CFLAGS='-mmacosx-version-min=10.15'
2828
export CXXFLAGS='-mmacosx-version-min=10.15'
@@ -75,7 +75,6 @@ elif [ -n "$MONGOSH_SHARED_OPENSSL" ]; then
7575
fi
7676

7777
export PUPPETEER_SKIP_DOWNLOAD="true"
78-
npm run evergreen-release bump
7978
npm run evergreen-release compile
8079
dist/mongosh --version
8180
dist/mongosh --build-info

0 commit comments

Comments
 (0)