File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
10321032deploy: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
10581058preview:protos :
10591059 needs : ["protos"]
You can’t perform that action at this time.
0 commit comments