Skip to content

Commit 72e29f8

Browse files
install the god damn plugins asdfg
{"version":"v6.4.2622","inputs":"server=6.4.2622","type":"patch"}
1 parent a0e95e5 commit 72e29f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/hooks/pre-command

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ fi
2424
trap remove_pidfile EXIT
2525
echo $$ >"$PIDFILE"
2626

27-
echo "Checking if we have github-cli"
28-
asdf list-all github-cli
27+
echo "Install plugins??"
28+
cat "${WORKDIR}/.tool-versions" | cut -d' ' -f1 | grep "^[^\#]" | xargs -i asdf plugin add {}
2929

3030
echo "Installing asdf dependencies as defined in '${WORKDIR}/.tool-versions':"
3131
asdf install

0 commit comments

Comments
 (0)