mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 16:44:06 +00:00
Ignore upload failures during osx packaging
It causes Travis CI checks to fail far too often
This commit is contained in:
committed by
Philipp Wolfer
parent
4ba06e854b
commit
5f6ee77b15
@@ -45,7 +45,10 @@ hdiutil create -volname "MusicBrainz Picard $VERSION" -srcfolder 'MusicBrainz Pi
|
||||
[ "$codesign" = '1' ] && codesign --keychain picard.keychain --verify --verbose --sign 'Developer ID Application: MetaBrainz Foundation Inc.' "$dmg"
|
||||
if [ -n "$UPLOAD_OSX" ]
|
||||
then
|
||||
set +e
|
||||
# make upload failures non fatal
|
||||
curl -v --retry 6 --retry-delay 10 --upload-file "$dmg" https://transfer.sh/
|
||||
set -e
|
||||
# Required for a newline between the outputs
|
||||
echo -e "\n"
|
||||
md5 -r "$dmg"
|
||||
|
||||
Reference in New Issue
Block a user