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 f1106b9 commit 374a34cCopy full SHA for 374a34c
.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="${WORKSPACE}/bin:${PATH}"
+ export PATH="${PATH}:${WORKSPACE}/bin"
10
}
11
12
with_kubernetes() {
@@ -30,7 +30,7 @@ with_go() {
30
eval "$(gvm $(cat .go-version))"
31
go version
32
which go
33
- export PATH="$(go env GOPATH)/bin:${PATH}"
+ export PATH="${PATH}:$(go env GOPATH)/bin"
34
35
36
with_docker_compose() {
0 commit comments