Skip to content

Commit de97789

Browse files
Fix Release: Moved env field inside param field in the evergreen download-msi step (#1003)
1 parent af6d487 commit de97789

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/ci/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,10 @@ tasks:
498498
- func: "install macos notarization service"
499499
- command: subprocess.exec
500500
type: test
501-
env:
502-
TOOL_NAME: mongocli
503501
params:
504502
working_dir: src/github.com/mongodb/mongocli
503+
env:
504+
TOOL_NAME: mongocli
505505
binary: build/package/download-msi.sh
506506
- func: "package"
507507
vars:
@@ -559,10 +559,10 @@ tasks:
559559
- func: "install macos notarization service"
560560
- command: subprocess.exec
561561
type: test
562-
env:
563-
TOOL_NAME: atlascli
564562
params:
565563
working_dir: src/github.com/mongodb/mongocli
564+
env:
565+
TOOL_NAME: atlascli
566566
binary: build/package/download-msi.sh
567567
- func: "package"
568568
vars:

0 commit comments

Comments
 (0)