set ios beta changelog to latest commit message

This commit is contained in:
Kai Kriegel 2021-09-28 02:52:19 +02:00
parent dc8c66616f
commit 98d65529cc

@ -230,7 +230,7 @@ deploy_iOS_beta:
script: script:
- 'bundle install' - 'bundle install'
- 'bundle update fastlane' - 'bundle update fastlane'
- 'bundle exec fastlane pilot upload --api_key_path app-store-credentials.json --ipa Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.iOS.ipa --distribute_external true --groups Beta' - 'bundle exec fastlane pilot upload --api_key_path app-store-credentials.json --ipa Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.iOS.ipa --distribute_external true --groups Beta --changelog "$CI_COMMIT_MESSAGE"'
after_script: after_script:
- 'rm app-store-credentials.json' - 'rm app-store-credentials.json'
dependencies: dependencies: