From 942dbd1c763314f3dd3b48a5458b7ce3045bef05 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Tue, 27 Jun 2023 09:35:10 +0200 Subject: [PATCH] Contribute the gitpod-demos fixes to spring-petclinic back to gitpod-samples (#72) * Add docker image to configuration * remove jetbrains prewarm --------- Co-authored-by: Lou Bichard --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 91c70703..c36570c0 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,5 @@ +image: gitpod/workspace-full + tasks: - init: ./mvnw clean install -U -DskipTests command: ./mvnw spring-boot:run @@ -16,5 +18,3 @@ jetbrains: intellij: plugins: - com.haulmont.jpab - prebuilds: - version: both