From 06374c2a71d0d0886493aeae6a61187f1dc170af Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Mon, 19 Feb 2024 12:47:17 +0530 Subject: [PATCH] deployment scripts --- scripts/deploy_testingapp_preprod.sh | 2 +- scripts/deploy_testingapp_qa.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy_testingapp_preprod.sh b/scripts/deploy_testingapp_preprod.sh index df790ed..050c54a 100644 --- a/scripts/deploy_testingapp_preprod.sh +++ b/scripts/deploy_testingapp_preprod.sh @@ -1,3 +1,3 @@ firebase appdistribution:distribute /Users/apple/Downloads/work/hpos/app/build/outputs/apk/debug/app-debug.apk \ --app 1:121176529204:android:e6841fdac57bdc95bbed61 \ - --release-notes " blind study \n show device ratio class \n new low hb check" --groups "smi-group" + --release-notes " blind study" --groups "smi-group" diff --git a/scripts/deploy_testingapp_qa.sh b/scripts/deploy_testingapp_qa.sh index 8c9743a..79858af 100644 --- a/scripts/deploy_testingapp_qa.sh +++ b/scripts/deploy_testingapp_qa.sh @@ -1,3 +1,3 @@ firebase appdistribution:distribute /Users/apple/Downloads/work/hpos/app/build/outputs/apk/debug/app-debug.apk \ --app 1:1004619739289:android:8397cd1f0357bd89e5c808 \ - --release-notes "release for PQ of dev 12 and 13" --groups "smi-group" + --release-notes "blind study" --groups "smi-group"