From 0aed72ece67a79e5caf8870fc051eac297e1ecd9 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Sat, 14 Dec 2019 18:48:26 +0000 Subject: [PATCH] gitpod: Cache 'bundle install' --- .gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 05099d18..81155127 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,10 @@ image: gitpod/workspace-full +github: + # Prebuild the docker image for gitpod - https://www.gitpod.io/docs/46_prebuilds/ + prebuilds: + # enable for the master/default branch + master: true + tasks: - init: bundle install \ No newline at end of file