10 lines
170 B
YAML
10 lines
170 B
YAML
workspace:
|
|
base: /go
|
|
|
|
pipeline:
|
|
build:
|
|
image: golang:latest
|
|
commands:
|
|
- curl https://glide.sh/get | sh
|
|
- cd src/meow.tf/deb-simple
|
|
- glide install |