mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #40379 from eparis/fix-verify-godep
Fix undefined KEEP_TMP in verify-godeps.sh
This commit is contained in:
commit
73b547a8f5
@ -61,7 +61,7 @@ else
|
|||||||
_tmpdir="${TMP_GOPATH}"
|
_tmpdir="${TMP_GOPATH}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z KEEP_TMP ]]; then
|
if [[ -z ${KEEP_TMP:-} ]]; then
|
||||||
KEEP_TMP=false
|
KEEP_TMP=false
|
||||||
fi
|
fi
|
||||||
function cleanup {
|
function cleanup {
|
||||||
|
Loading…
Reference in New Issue
Block a user