fix(unraid): normalize validation artifact permissions
This commit is contained in:
@@ -120,6 +120,7 @@ services:
|
||||
command:
|
||||
- |
|
||||
set -euo pipefail
|
||||
chmod -R a+rwX /validation
|
||||
python -m pytest -q /opt/tail2-tests > /validation/unit-tests.txt 2>&1
|
||||
python /app/tail2/validate_runtime.py > /validation/runtime.json
|
||||
python -m pip freeze | sort > /validation/pip-freeze.txt
|
||||
|
||||
Reference in New Issue
Block a user