From 2885b0f2e51b2c590de7e346a748340580e8f165 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