File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,9 @@ trap remove_pidfile EXIT
2727echo $$ > " $PIDFILE "
2828
2929echo " Installing asdf dependencies as defined in '${WORKDIR} /.tool-versions':"
30- asdf install
30+ if [ ! -f " .use_mise" ]; then
31+ asdf install
32+ else
33+ mise install
34+ eval " $( mise activate) "
35+ fi
Original file line number Diff line number Diff line change 1+ Buildkite Agent CI use the presence of this file to determine whether it should install tools with mise or install them with ASDF.
2+ Thus if you delete this file, CI will use ASDF to install tools and not mise.
3+
4+ The file is only meant to be here while we transition to using mise completely.
5+
6+ For more information you can reach out to the dev-infra team on #discuss-dev-infra.
You can’t perform that action at this time.
0 commit comments