mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
Fix host PATH overwritting docker PATH
This commit is contained in:
parent
8f37a1d9c4
commit
1bdd0a46be
@ -131,7 +131,7 @@ cat << EOF > ${blddir}/build.sh
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e -o pipefail
|
set -e -o pipefail
|
||||||
|
|
||||||
PATH=$PATH:/usr/local/go/bin
|
PATH=\$PATH:/usr/local/go/bin
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
go mod vendor
|
go mod vendor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user