We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc511d0 commit e3610cbCopy full SHA for e3610cb
2 files changed
.evergreen/config.in.yml
@@ -59,7 +59,7 @@ functions:
59
script: |
60
set -euxo pipefail
61
git reset --hard HEAD
62
- git fetch origin "${SOURCE_REV}"
+ git fetch origin "${SOURCE_REV}:${SOURCE_REV}"
63
git checkout "${SOURCE_REV}"
64
npm i
65
.evergreen/config.yml
@@ -37,7 +37,7 @@ functions:
37
38
39
40
41
42
43
bootstrap mongo-orchestration:
0 commit comments