From: Darren Tucker Date: Tue, 8 Nov 2022 01:42:52 +0000 (+1100) Subject: Shutdown any VM before trying to check out repo. X-Git-Tag: V_9_2_P1~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=419aa8a312e8d8f491933ca3d5933e602cb05aae;p=thirdparty%2Fopenssh-portable.git Shutdown any VM before trying to check out repo. In the case where the previous run did not clean up, the checkout will fail as it'll leave a stale mount. --- diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 1be6c2ee3..26233e433 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -17,10 +17,10 @@ jobs: os: [ obsdsnap, obsdsnap-i386 ] configs: [ default, without-openssl, ubsan ] steps: - - uses: actions/checkout@main - name: shutdown VM if running run: vmshutdown working-directory: ${{ runner.temp }} + - uses: actions/checkout@main - name: startup VM run: vmstartup - name: update source