MESSENGER-4583 fix pipeline

This commit is contained in:
JanNiklas Grabowski
2023-09-21 14:21:51 +00:00
parent 8506650de3
commit 3df35413ef

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