Skip to content

Commit 4ab78bf

Browse files
committed
TEMP: enable iOS TestFlight submit on this branch to test OTA on device
1 parent 2a3c908 commit 4ab78bf

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,10 +1129,11 @@ deploy:production-native-ios:
11291129
- npm ci
11301130
- npm install -g eas-cli
11311131
- bash scripts/production-submit.sh ios
1132-
# Submit only on the real release branch — disabled on the temp validation branch
1133-
# so we build (above) without pushing anything to the stores yet.
11341132
rules:
11351133
- if: ($BUILD_MOBILE == "true") && ($CI_COMMIT_BRANCH == $RELEASE_BRANCH)
1134+
# TEMP: submit to TestFlight from this branch to test the OTA on-device handshake;
1135+
# revert before merge so submits only happen on the release branch.
1136+
- if: $CI_COMMIT_BRANCH == "mobile/v1.1.20"
11361137

11371138
deploy:production-native-android:
11381139
extends: .production-native

0 commit comments

Comments
 (0)