We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3c908 commit 4ab78bfCopy full SHA for 4ab78bf
1 file changed
app/.gitlab-ci.yml
@@ -1129,10 +1129,11 @@ deploy:production-native-ios:
1129
- npm ci
1130
- npm install -g eas-cli
1131
- 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.
1134
rules:
1135
- if: ($BUILD_MOBILE == "true") && ($CI_COMMIT_BRANCH == $RELEASE_BRANCH)
+ # TEMP: submit to TestFlight from this branch to test the OTA on-device handshake;
+ # revert before merge so submits only happen on the release branch.
1136
+ - if: $CI_COMMIT_BRANCH == "mobile/v1.1.20"
1137
1138
deploy:production-native-android:
1139
extends: .production-native
0 commit comments