[openssh-commits] [openssh] 01/01: Shutdown any VM before trying to check out repo.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Nov 8 12:44:56 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 419aa8a312e8d8f491933ca3d5933e602cb05aae
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Nov 8 12:42:52 2022 +1100
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.
---
.github/workflows/upstream.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml
index 1be6c2ee..26233e43 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 at main
- name: shutdown VM if running
run: vmshutdown
working-directory: ${{ runner.temp }}
+ - uses: actions/checkout at main
- name: startup VM
run: vmstartup
- name: update source
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list