From 9fbb44de228bdabe3fca494ec3f2dffd3929df3b Mon Sep 17 00:00:00 2001 From: gitolicious Date: Mon, 15 Apr 2019 00:53:38 +0200 Subject: [PATCH] Replace before with init --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 4428abd79..7aabfbf60 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ tasks: - - before: pip install -U platformio + - init: pip install -U platformio - command: platformio run