From f5ba3a90f83da7fe5f4663bf376dcd7488bd6924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hallvard=20Tr=C3=A6tteberg?= <hal@ntnu.no> Date: Wed, 23 Jun 2021 13:36:31 +0000 Subject: [PATCH] remove gitlab task --- .gitpod.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 75281e0..e0c0ca5 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,14 +1,9 @@ image: file: .gitpod.Dockerfile -gitlab: - prebuilds: - # enable for the default branch (defaults to true) - master: true - tasks: - init: sdk use java 16.0.1.hs-adpt - prebuild: echo "Prebuild!" + prebuild: cd todolist; mvn compile command: cd todolist ports: -- GitLab