From 5b78a9a8f1390d9efa7510473b968aa6d363de21 Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Thu, 3 Mar 2022 04:55:22 +1100 Subject: [PATCH] Remove hardcoded /tmp in tempfile paths There's no specific need mentioned at the points it was added, and it makes the Windows-hosted test run setup slightly weird. Signed-off-by: Paul "TBBle" Hampson --- .github/workflows/windows-periodic.yml | 1 - integration/addition_gids_test.go | 2 +- integration/container_log_test.go | 4 ++-- integration/pod_dualstack_test.go | 2 +- integration/pod_hostname_test.go | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/windows-periodic.yml b/.github/workflows/windows-periodic.yml index af872a2d6..d5084ed41 100644 --- a/.github/workflows/windows-periodic.yml +++ b/.github/workflows/windows-periodic.yml @@ -183,7 +183,6 @@ jobs: ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -s" <