Skip to content

Commit 728383f

Browse files
aapelivclaude
andcommitted
TEMP: run OTA staging jobs on this branch to validate the pipeline
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 538e800 commit 728383f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,8 @@ build:mobile-ota-staging:
980980
expire_in: 1 week
981981
rules:
982982
- if: ($BUILD_MOBILE == "true") && ($CI_COMMIT_BRANCH == $RELEASE_BRANCH)
983+
# TEMP: run on this branch to validate the pipeline; revert before merge.
984+
- if: $CI_COMMIT_BRANCH == "mobile/feature/ota-staging-publish"
983985

984986
deploy:mobile-ota-staging:
985987
needs: ["build:mobile-ota-staging"]
@@ -1004,6 +1006,8 @@ deploy:mobile-ota-staging:
10041006
- cat app/mobile/ota-staging-out/native_ota_bundles.json
10051007
rules:
10061008
- if: ($BUILD_MOBILE == "true") && ($CI_COMMIT_BRANCH == $RELEASE_BRANCH)
1009+
# TEMP: run on this branch to validate the pipeline; revert before merge.
1010+
- if: $CI_COMMIT_BRANCH == "mobile/feature/ota-staging-publish"
10071011

10081012
preview:protos:
10091013
needs: ["protos"]

0 commit comments

Comments
 (0)