Skip to content

Commit 804e773

Browse files
author
Mattes Groeger
committed
Make delivery less verbose
1 parent a27c3f2 commit 804e773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sign-and-upload.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ ! -z "$TESTFLIGHT_TEAM_TOKEN" ] && [ ! -z "$TESTFLIGHT_API_TOKEN" ]; then
3535
-F api_token="$TESTFLIGHT_API_TOKEN" \
3636
-F team_token="$TESTFLIGHT_TEAM_TOKEN" \
3737
-F distribution_lists='Internal' \
38-
-F notes="$RELEASE_NOTES" -v
38+
-F notes="$RELEASE_NOTES"
3939
fi
4040

4141
if [ ! -z "$HOCKEY_APP_ID" ] && [ ! -z "$HOCKEY_APP_TOKEN" ]; then
@@ -50,5 +50,5 @@ if [ ! -z "$HOCKEY_APP_ID" ] && [ ! -z "$HOCKEY_APP_TOKEN" ]; then
5050
-F notes_type="0" \
5151
-F ipa="@$OUTPUTDIR/$APPNAME.ipa" \
5252
-F dsym="@$OUTPUTDIR/$APPNAME.app.dSYM.zip" \
53-
-H "X-HockeyAppToken: $HOCKEY_APP_TOKEN" -v
53+
-H "X-HockeyAppToken: $HOCKEY_APP_TOKEN"
5454
fi

0 commit comments

Comments
 (0)