Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - remove shell command when activating google cloud service…
Browse files Browse the repository at this point in the history
… account
  • Loading branch information
tobrun committed Oct 24, 2018
1 parent 5f1d419 commit d7d48c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7d48c3

Please sign in to comment.