Skip to content

Commit 4228aa1

Browse files
authored
Merge branch 'main' into NODE-6820
2 parents 11cc1d8 + e3610cb commit 4228aa1

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.evergreen/config.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ functions:
5959
script: |
6060
set -euxo pipefail
6161
git reset --hard HEAD
62-
git fetch origin "${SOURCE_REV}"
62+
git fetch origin "${SOURCE_REV}:${SOURCE_REV}"
6363
git checkout "${SOURCE_REV}"
6464
npm i
6565

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ functions:
3737
script: |
3838
set -euxo pipefail
3939
git reset --hard HEAD
40-
git fetch origin "${SOURCE_REV}"
40+
git fetch origin "${SOURCE_REV}:${SOURCE_REV}"
4141
git checkout "${SOURCE_REV}"
4242
npm i
4343
bootstrap mongo-orchestration:

.github/workflows/release-nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
name: Dispatch npm-publish workflow
3030
env:
3131
GH_TOKEN: ${{ github.token }}
32-
DISPATCH_WORKFLOW_REF: ${{ github.sha }}
3332
run: |
3433
node ./.github/scripts/dispatch-and-wait.mjs npm-publish.yml \
3534
tag=nightly \

0 commit comments

Comments
 (0)