Skip to content

Commit a172ae4

Browse files
committed
add debugging
1 parent 93d6575 commit a172ae4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hooks/environment

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ baseUrl="https://github.com/jeremybumsted/discord-buildkite-plugin/releases/down
88
pluginVersion=$(git describe --tags)
99
os=$(uname -o)
1010
arch=$(uname -m)
11-
binaryUrl="${baseUrl}/${pluginVersion:-"v0.1.11"}/discord-buildkite-plugin_${os}_${arch}.tar.gz"
11+
binaryUrl="${baseUrl}/${pluginVersion}/discord-buildkite-plugin_${os}_${arch}.tar.gz"
1212
fileName="discord-buildkite-plugin_${os}_${arch}.tar.gz"
1313

14+
15+
echo "${binarURl}"
1416
curl -OL "${binaryUrl}"
1517

18+
19+
1620
echo "~~~ 🔌 Preparing plugin"
1721

1822
tar -xf "${fileName}" -C "${d}"/hooks/ pre-exit

0 commit comments

Comments
 (0)