mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
fix diagnostics smoke test
This commit is contained in:
2
.github/workflows/image-smoke-test.yml
vendored
2
.github/workflows/image-smoke-test.yml
vendored
@@ -249,7 +249,7 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
for needle in "is not writable" "PUID=" "permissions"; do
|
||||
for needle in "not writable" "PUID=" "permissions"; do
|
||||
if ! grep -q "$needle" stderr.log; then
|
||||
echo "Missing diagnostic fragment: $needle"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user