We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a80fa commit ca1a52dCopy full SHA for ca1a52d
.evergreen.yml
@@ -1,5 +1,8 @@
1
variables:
2
-
+ - &go_env
3
+ XDG_CONFIG_HOME: ${go_base_path}${workdir}
4
+ GO111MODULE: "on"
5
+ GOROOT: "/opt/golang/go1.21"
6
functions:
7
8
"clone":
@@ -42,15 +45,13 @@ functions:
42
45
type: setup
43
46
params:
44
47
working_dir: src/github.com/mongodb/mongodb-enterprise-kubernetes/tools/multicluster
- add_to_path:
- - src/github.com/mongodb/tools
- - src/github.com/mongodb/tools/linux_amd64
48
include_expansions_in_env:
49
- GITHUB_TOKEN
50
- macos_notary_keyid
51
- macos_notary_secret
52
- workdir
53
env:
54
+ <<: *go_env
55
MACOS_NOTARY_KEY: ${macos_notary_keyid}
56
MACOS_NOTARY_SECRET: ${macos_notary_secret}
57
script: |
0 commit comments