From d7d48c3ebcd18eb321acf10efd410eae3b46c5fc Mon Sep 17 00:00:00 2001 From: Tobrun Date: Wed, 24 Oct 2018 09:35:56 +0200 Subject: [android] - remove shell command when activating google cloud service account --- circle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/circle.yml b/circle.yml index 04ce610020..a97fd87fc8 100644 --- a/circle.yml +++ b/circle.yml @@ -311,7 +311,6 @@ commands: steps: - run: name: Log in to Google Cloud Platform - shell: /bin/bash -euo pipefail command: | if [[ -n "${GCLOUD_SERVICE_ACCOUNT_JSON}" && -z "${SKIP_FIREBASE:-}" ]]; then echo "${GCLOUD_SERVICE_ACCOUNT_JSON}" > secret.json -- cgit v1.2.1