From c7a0b64dc7c1650a0ef8d609ae4f807f64e7397f Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sun, 12 Apr 2020 09:13:22 +0000 Subject: [PATCH] Fix gitpod yaml --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 9e3edf6..5c9befe 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - init: + - init: | echo "Installing Firebase tools..." npm install -g firebase-tools cd /workspace/ha_client_fcf/functions @@ -8,7 +8,7 @@ tasks: echo "Logging in..." firebase login:ci - command: + 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