From 3ac0fd10662da3af14602b2f23ac29dbadb4d9e2 Mon Sep 17 00:00:00 2001 From: Sven Efftinge Date: Thu, 29 Aug 2019 14:29:59 +0000 Subject: [PATCH] test build fail --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index d744aca09..bd9d77332 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,5 +6,5 @@ ports: onOpen: open-preview # start up tasks tasks: -- init: ./mvnw package -DskipTests +- init: echo hello && fail command: ./mvnw package -DskipTests # FIXME : LS removes *.css on initialize