From 4e4b4dec18887e45f8c7b154ba0e3b1ef6fd6afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hallvard=20Tr=C3=A6tteberg?= <hal@ntnu.no> Date: Wed, 23 Jun 2021 13:25:01 +0000 Subject: [PATCH] Support prebuilds --- .gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 74f08b2..75281e0 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,8 +1,14 @@ 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!" command: cd todolist ports: -- GitLab