Fix firebase login for gitpod
This commit is contained in:
parent
fb0be8c674
commit
e231037f7f
@ -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
|
||||||
|
Reference in New Issue
Block a user