Fix gitpod yaml
This commit is contained in:
parent
6bae740e4e
commit
c7a0b64dc7
@ -1,5 +1,5 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- init:
|
- init: |
|
||||||
echo "Installing Firebase tools..."
|
echo "Installing Firebase tools..."
|
||||||
npm install -g firebase-tools
|
npm install -g firebase-tools
|
||||||
cd /workspace/ha_client_fcf/functions
|
cd /workspace/ha_client_fcf/functions
|
||||||
@ -8,7 +8,7 @@ tasks:
|
|||||||
echo "Logging in..."
|
echo "Logging in..."
|
||||||
firebase login:ci
|
firebase login:ci
|
||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user