mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 06:58:28 +02:00
MESSENGER-3745 fix nexus upload
This commit is contained in:
@@ -14,7 +14,7 @@ find ../out$SUBDIR -name "*$VARIANT*.$EXT" -print0 | while read -d $'\0' file
|
||||
do
|
||||
echo "Source: $file"
|
||||
zip -r $file.zip $file
|
||||
BASENAME=$(basename $file .$EXT.zip)-$VERSION-$DATE_STR-$GITHASH.$EXT$SUBDIR.$EXT.zip
|
||||
BASENAME=$(basename $file .zip)-$VERSION-$DATE_STR-$GITHASH.$EXT$SUBDIR.zip
|
||||
echo "Destination $NEXUS_BASE_URL/$VERSION/$BASENAME"
|
||||
curl --fail -u $S_BWMESSENGER_ID:$S_BWMESSENGER_PASSWORD -v --upload-file $file.zip $NEXUS_BASE_URL/$VERSION/$BASENAME
|
||||
done
|
||||
Reference in New Issue
Block a user