MESSENGER-4583 fix pipeline

This commit is contained in:
JanNiklas Grabowski
2023-09-21 14:21:51 +00:00
parent b2351200ad
commit e9b06d8f2a
+5 -1
View File
@@ -18,8 +18,12 @@ check_last_exit_code () {
fi
}
find ../out$SUBDIR -name "*$VARIANT*.$EXT" -print0 | while read -d $'\0' file
echo "checking if file is found"
find ../out$SUBDIR -name "*$VARIANT*.$EXT" | grep .
check_last_exit_code $?
echo "find end"
find ../out$SUBDIR -name "*$VARIANT*.$EXT" -print0 | while read -d $'\0' file
do
echo "Source: $file"
zip -r $file.zip $file