From e231037f7fb28a54749be4576f5c2c0e7eb6adcc Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sat, 16 May 2020 18:11:41 +0000 Subject: [PATCH] Fix firebase login for gitpod --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 00b01de..6fb3b1c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -5,11 +5,11 @@ tasks: cd /workspace/ha_client_fcf/functions echo "Getting dependencies..." npm install - echo "Logging in..." - firebase login:ci --no-localhost command: | cd /workspace/ha_client_fcf/functions echo "Make sure we are using the latest versions of Firebase tools and libraries..." npm install firebase-functions@latest firebase-admin@latest --save npm install -g firebase-tools + echo "Logging in..." + firebase login:ci --no-localhost