We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133f8fe commit 1eb7ebeCopy full SHA for 1eb7ebe
build/ci/release.yml
@@ -613,6 +613,7 @@ tasks:
613
- func: "update choco"
614
vars:
615
TOOL_NAME: ${tool_name}
616
+ SECRET_API_KEY: ${chocolatey_api_key}
617
- func: "uninstall go-msi"
618
- command: s3.put
619
params:
build/package/chocoupdate.sh
@@ -15,6 +15,11 @@
15
16
set -Eeou pipefail
17
18
+if [[ "${TOOL_NAME:?}" != "atlascli" ]]; then
19
+ echo "Skipping chocopudate.sh"
20
+ exit 0
21
+fi
22
+
23
GOCACHE="$(cygpath --mixed "${workdir:?}\.gocache")"
24
CGO_ENABLED=0
25
export GOCACHE
0 commit comments