@@ -174,6 +174,7 @@ functions:
174
174
type : test
175
175
params :
176
176
working_dir : src/github.com/mongodb/mongocli
177
+ silent : true
177
178
script : |
178
179
set -o errexit
179
180
@@ -184,10 +185,16 @@ functions:
184
185
185
186
export GOROOT="${go_root}"
186
187
export PATH="./bin:${go_bin}:$PATH"
188
+ export GITHUB_TOKEN=${github_token}
187
189
188
190
${goreleaser_cmd|goreleaser --rm-dist --snapshot}
189
191
EOF_BUILD_SH
190
-
192
+ - command : shell.exec
193
+ type : test
194
+ params :
195
+ working_dir : src/github.com/mongodb/mongocli
196
+ script : |
197
+ set -o errexit
191
198
set -o xtrace
192
199
set -o verbose
193
200
# notarization and signing can only happen in a session with access to the GUI, so we use ssh to it
@@ -507,6 +514,7 @@ tasks:
507
514
commands :
508
515
- func : " clone"
509
516
- func : " set up notary client credentials"
517
+ - func : " install curator"
510
518
- func : " push"
511
519
vars :
512
520
edition : org
@@ -628,6 +636,7 @@ tasks:
628
636
commands :
629
637
- func : " clone"
630
638
- func : " set up notary client credentials"
639
+ - func : " install curator"
631
640
- func : " push"
632
641
vars :
633
642
edition : enterprise
@@ -715,6 +724,7 @@ tasks:
715
724
commands :
716
725
- func : " clone"
717
726
- func : " set up notary client credentials"
727
+ - func : " install curator"
718
728
- func : " push"
719
729
vars :
720
730
edition : org
@@ -836,6 +846,7 @@ tasks:
836
846
commands :
837
847
- func : " clone"
838
848
- func : " set up notary client credentials"
849
+ - func : " install curator"
839
850
- func : " push"
840
851
vars :
841
852
edition : enterprise
0 commit comments