Skip to content

Commit 07ce9a9

Browse files
authored
Change folder ordering in PATH (#1305)
1 parent 54d9728 commit 07ce9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source .buildkite/scripts/tooling.sh
66

77
add_bin_path(){
88
mkdir -p ${WORKSPACE}/bin
9-
export PATH="${PATH}:${WORKSPACE}/bin"
9+
export PATH="${WORKSPACE}/bin:${PATH}"
1010
}
1111

1212
with_kubernetes() {

0 commit comments

Comments
 (0)