File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
set -eu
4
- pushd " $( dirname " ${BASH_SOURCE[0]} " ) " /../..
4
+ cd $BUILDKITE_BUILD_CHECKOUT_PATH
5
5
6
- TOOL_VERSION_FILES=()
7
- mapfile -d $' \0' TOOL_VERSION_FILES < <( fd .tool-versions --hidden --absolute-path --print0)
8
-
9
- for file in " ${TOOL_VERSION_FILES[@]} " ; do
10
- echo " Installing asdf dependencies as defined in ${file} :"
11
- parent=$( dirname " ${file} " )
12
- pushd " ${parent} "
13
-
14
- asdf install
15
-
16
- popd
17
- done
18
-
19
- popd
6
+ echo " Installing asdf dependencies as defined in '$BUILDKITE_BUILD_CHECKOUT_PATH /.tool-versions':"
7
+ asdf install
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ pulumi 1.14.1
5
5
fd 7.4.0
6
6
kustomize 4.0.5
7
7
shfmt 3.1.0
8
- python 3.10.0
8
+ nodejs 12.10.0
9
+ python system
You can’t perform that action at this time.
0 commit comments