Skip to content

Commit 506853e

Browse files
committed
try force evergree
1 parent d50ecef commit 506853e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen.yml

+4
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,15 @@ functions:
5454
<<: *go_env
5555
MACOS_NOTARY_KEY: ${macos_notary_keyid}
5656
MACOS_NOTARY_SECRET: ${macos_notary_secret}
57+
add_to_path:
58+
- ${workdir}/bin
59+
- ${GOROOT}/bin
5760
script: |
5861
set -Eeu pipefail
5962
6063
git stash
6164
git checkout other-missing-things-2
65+
printenv
6266
${workdir}/goreleaser release
6367
6468
tasks:

0 commit comments

Comments
 (0)