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