Change firebase project id.

Affected: UI tests, firebase test runs.

MAILAND-976
This commit is contained in:
denys zelenchuk 2020-09-22 13:52:37 +02:00
parent 710fe63a79
commit cde58f394b
1 changed files with 3 additions and 4 deletions

View File

@ -94,9 +94,9 @@ firebase tests:
- /opt/google-cloud-sdk/install.sh --quiet
- source /opt/google-cloud-sdk/path.bash.inc
- gcloud components update
- echo $CLOUD_PROJECT_ID
- gcloud config set project $CLOUD_PROJECT_ID
- echo $SERVICE_ACCOUNT > /tmp/service-account.json
- echo $CLOUD_PROJECT_ID_MAIL
- gcloud config set project $CLOUD_PROJECT_ID_MAIL
- echo $SERVICE_ACCOUNT_MAIL > /tmp/service-account.json
- gcloud auth activate-service-account --key-file /tmp/service-account.json
- gcloud firebase test android run
--app app/build/outputs/apk/beta/debug/ProtonMail-Android-${VERSION_NAME}-beta-debug.apk
@ -106,7 +106,6 @@ firebase tests:
--use-orchestrator
--num-flaky-test-attempts=2
#UI tests:
# stage: test
# tags: