Skip to content

Commit 47cd524

Browse files
aapelivclaude
andcommitted
TEMP: run OTA staging jobs on mobile/v1.1.20 to validate the pipeline
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent b2798f2 commit 47cd524

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ build:mobile-ota-staging:
10271027
rules:
10281028
- if: ($BUILD_MOBILE == "true") && ($CI_COMMIT_BRANCH == $RELEASE_BRANCH)
10291029
# TEMP: run on this branch to validate the pipeline; revert before merge.
1030-
- if: $CI_COMMIT_BRANCH == "mobile/feature/ota-staging-publish"
1030+
- if: $CI_COMMIT_BRANCH == "mobile/v1.1.20"
10311031

10321032
deploy:mobile-ota-staging:
10331033
needs: ["build:mobile-ota-staging"]
@@ -1053,7 +1053,7 @@ deploy:mobile-ota-staging:
10531053
rules:
10541054
- if: ($BUILD_MOBILE == "true") && ($CI_COMMIT_BRANCH == $RELEASE_BRANCH)
10551055
# TEMP: run on this branch to validate the pipeline; revert before merge.
1056-
- if: $CI_COMMIT_BRANCH == "mobile/feature/ota-staging-publish"
1056+
- if: $CI_COMMIT_BRANCH == "mobile/v1.1.20"
10571057

10581058
preview:protos:
10591059
needs: ["protos"]

0 commit comments

Comments
 (0)