Update .gitpod.yml

This commit is contained in:
Yegor Vialov 2020-04-12 12:55:05 +03:00 committed by GitHub
parent c7a0b64dc7
commit 7f8f2a7a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ tasks:
echo "Getting dependencies..." echo "Getting dependencies..."
npm install npm install
echo "Logging in..." echo "Logging in..."
firebase login:ci firebase login:ci --no-localhost
command: | command: |
cd /workspace/ha_client_fcf/functions cd /workspace/ha_client_fcf/functions