Skip to content

Commit

Permalink
chore: Skip upload screenshots for now
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Jul 27, 2019
1 parent 27257a2 commit 8e87ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ fi

cd ..
gem install fastlane
fastlane supply --aab ./apk/eventyay-attendee-master-app.aab --skip_upload_apk true --track alpha --json_key ./scripts/fastlane.json --package_name $PACKAGE_NAME
fastlane supply --aab ./apk/eventyay-attendee-master-app.aab --skip_upload_screenshots true --skip_upload_apk true --track alpha --json_key ./scripts/fastlane.json --package_name $PACKAGE_NAME

2 comments on commit 8e87ac0

@liveHarshit
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamareebjamal It should revert now?

@iamareebjamal
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Please sign in to comment.