From 9c86de29560d7bad567c7ea37335d7581b9e36fc Mon Sep 17 00:00:00 2001 From: gitolicious Date: Mon, 15 Apr 2019 00:58:40 +0200 Subject: [PATCH] Fixed yaml array --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 7aabfbf60..417113a1a 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ tasks: - - init: pip install -U platformio - - command: platformio run + - before: pip install -U platformio + command: platformio run