mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
declare and assign seperately in hack/verify-e2e-test-ownership.sh
This commit is contained in:
parent
94c0ec317b
commit
103e6cdd3c
@ -41,7 +41,8 @@ fi
|
|||||||
pushd "${KUBE_ROOT}" > /dev/null
|
pushd "${KUBE_ROOT}" > /dev/null
|
||||||
|
|
||||||
# Setup a tmpdir to hold generated scripts and results
|
# Setup a tmpdir to hold generated scripts and results
|
||||||
readonly tmpdir=$(mktemp -d -t verify-e2e-test-ownership.XXXX)
|
tmpdir=$(mktemp -d -t verify-e2e-test-ownership.XXXX)
|
||||||
|
readonly tmpdir
|
||||||
trap 'rm -rf ${tmpdir}' EXIT
|
trap 'rm -rf ${tmpdir}' EXIT
|
||||||
|
|
||||||
# input
|
# input
|
||||||
|
Loading…
Reference in New Issue
Block a user