We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d9728 commit 07ce9a9Copy full SHA for 07ce9a9
.buildkite/scripts/install_deps.sh
@@ -6,7 +6,7 @@ source .buildkite/scripts/tooling.sh
6
7
add_bin_path(){
8
mkdir -p ${WORKSPACE}/bin
9
- export PATH="${PATH}:${WORKSPACE}/bin"
+ export PATH="${WORKSPACE}/bin:${PATH}"
10
}
11
12
with_kubernetes() {
0 commit comments