Fix firebase login for gitpod

This commit is contained in:
Yegor Vialov 2020-05-16 18:11:41 +00:00
parent fb0be8c674
commit e231037f7f

View File

@ -5,11 +5,11 @@ tasks:
cd /workspace/ha_client_fcf/functions cd /workspace/ha_client_fcf/functions
echo "Getting dependencies..." echo "Getting dependencies..."
npm install npm install
echo "Logging in..."
firebase login:ci --no-localhost
command: | command: |
cd /workspace/ha_client_fcf/functions cd /workspace/ha_client_fcf/functions
echo "Make sure we are using the latest versions of Firebase tools and libraries..." 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 firebase-functions@latest firebase-admin@latest --save
npm install -g firebase-tools npm install -g firebase-tools
echo "Logging in..."
firebase login:ci --no-localhost