V8.02.768.2025.06.01
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -35,8 +35,14 @@ jobs:
|
||||
steps:
|
||||
- name: DEBUG
|
||||
run: |
|
||||
echo "ls -l /dev/null"
|
||||
ls -l /dev/null
|
||||
echo "stat /dev/null"
|
||||
stat /dev/null
|
||||
echo "mount | grep '/dev/null'"
|
||||
mount | grep '/dev/null'
|
||||
echo "ls -lL /proc/self/fd/1"
|
||||
ls -lL /proc/self/fd/1
|
||||
|
||||
- name: Basic Image Setup and enable Bookworm Backports.
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user