fileboy/.gitpod.yml

7 lines
223 B
YAML
Raw Normal View History

2019-10-09 10:23:40 +00:00
image:
file: .gitpod.Dockerfile
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/44_config_start_tasks/
tasks:
- init: go get -d -v ./...
command: go build