gitpod: Cache 'bundle install' (#1298)

gitpod: Cache 'bundle install'
This commit is contained in:
Rico Sta. Cruz 2019-12-18 13:26:19 +11:00 committed by GitHub
commit eb78a6f5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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