mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 06:58:28 +02:00
MESSENGER-4583 fix pipeline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user