'Generic Commit'
All checks were successful
test-actions / build (push) Successful in 3s

This commit is contained in:
Your Name 2025-06-01 11:34:15 +12:00
parent 71e850a4d0
commit 219f8a729c

View File

@ -23,6 +23,9 @@ mount | grep -E "(overlay|workspace)" || true
echo "--------------------------------"
echo "--------------------------------"
echo "--------------------------------"
echo "ls on host"
ls -la ./
echo "--------------------------------"
echo "ls -la ./"
docker run --rm -i --entrypoint /bin/bash -v ./:/workspace debian:latest -c "ls -la /workspace"
echo "--------------------------------"