From 365802a693b7a98f483ccf5dc74f877654859546 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 29 Sep 2020 08:47:21 +0200 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 3a70e3836..731fec2a1 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,6 +1,5 @@ -tasks: - - before: brew install uncrustify - command: platformio run -e tasmota + tasks: + - command: platformio run -e tasmota image: file: .gitpod.Dockerfile