You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Jenkinsfile: fix invalid expression in bundles script
This was introduced in a76ff632a4a833851ef36726c9e9bfb5e7dbed39:
+ find bundles -path */root/*overlay2 -prune -o -type f ( -o -name *.log -o -name *.prof ) -print
find: invalid expression; you have used a binary operator '-o' with nothing before it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit ca1e7a3b4a112d496fed16c548af8d585f52be92)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: c5bfb0290e3e35d646c3838debe76a9585177264
Component: engine
0 commit comments