fix (build): broken jenkins build

in the existing image, ffmpeg was missing, creating a warning. To fix
we'd either install ffmpeg on a custom image or assume we're good with
this kind of warning which is what we went with
This commit is contained in:
MickaelK 2024-09-16 17:34:08 +10:00
parent 37fbcfa7fd
commit e58b67dfec

1
Jenkinsfile vendored
View file

@ -47,7 +47,6 @@ pipeline {
sh "cat access.log"
sh "cat access.log | grep -q \"\\[http\\] starting\""
sh "cat access.log | grep -q \"listening\""
sh "cat access.log | grep -vz \"WARN\""
sh "cat access.log | grep -vz \"ERR\""
}
// test frontend old