Merge pull request #123742 from thockin/cleanup_underscore_tmp

Cleanup _tmp usage
This commit is contained in:
Kubernetes Prow Robot
2024-03-10 17:53:44 -07:00
committed by GitHub
7 changed files with 11 additions and 93 deletions

View File

@@ -631,6 +631,7 @@ kube::golang::place_bins() {
if [[ "${platform}" == "${host_platform}" ]]; then
platform_src=""
rm -f "${THIS_PLATFORM_BIN}"
mkdir -p "$(dirname "${THIS_PLATFORM_BIN}")"
ln -s "${KUBE_OUTPUT_BIN}/${platform}" "${THIS_PLATFORM_BIN}"
fi