]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: Tidy home directory in Docker
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 14 Oct 2022 12:32:05 +0000 (13:32 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 14 Oct 2022 12:32:24 +0000 (13:32 +0100)
.github/actions/docker-prep/action.yml

index c56ed1153e6900d2c8379d671174ef3207609172..438b33b25255cc1a448966850af42515735e64f0 100644 (file)
@@ -5,6 +5,10 @@ runs:
 
   steps:
 
+    - name: Tidy home directory
+      shell: bash
+      run: rm -rf "$HOME"/*
+
     - name: Self-hosted runner Docker container fixes
       shell: bash
       run: ln -fs /usr/bin/env /usr/local/bin/sudo