hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

fix: force ITMS package upload #362

Closed kshychko closed 1 year ago

kshychko commented 1 year ago

Intent of Change

Description

Set ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD=true for fastlane upload to TestFligh command

Motivation and Context

Mobile builds for iOS are failing due to regression in fastlane described here One of the proposed fixes has been applied and confirmed as working in CI.

How Has This Been Tested?

CI MacOS Jenking agent

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions:

kshychko commented 1 year ago

@roleyfoley, please note that looks like there were other fixes proposed for fastlane regression and confirmed as working by other users, I just chose one of them.