Skip to content

Commit fb80fde

Browse files
authored
chore(build): remove safeguard from testing MONGOSH-505 (#583)
1 parent 0eb9d59 commit fb80fde

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.evergreen.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,8 @@ functions:
198198
source .evergreen/.setup_env
199199
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
200200
echo "//registry.npmjs.org/:_authToken=${DEVTOOLSBOT_NPM_TOKEN}" > .npmrc
201-
echo "PUBLISHING RELEASE"
201+
npm run evergreen-release publish
202202
}
203-
# TODO: move that back in once verified it works as expected
204-
# npm run evergreen-release publish
205203
spawn_host:
206204
- command: host.create
207205
params:

0 commit comments

Comments
 (0)