mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-18 13:12:16 +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
|
exit 1
|
||||||
fi
|
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
|
if ! grep -q "$needle" stderr.log; then
|
||||||
echo "Missing diagnostic fragment: $needle"
|
echo "Missing diagnostic fragment: $needle"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user