mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-15 21:44:51 +02:00
10 lines
227 B
YAML
10 lines
227 B
YAML
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 |