Skip to content

Instantly share code, notes, and snippets.

@hamdouni
Created December 26, 2017 16:56
Show Gist options
  • Save hamdouni/9ac0b0079fcd604f546c53ee6e0d75c2 to your computer and use it in GitHub Desktop.
Save hamdouni/9ac0b0079fcd604f546c53ee6e0d75c2 to your computer and use it in GitHub Desktop.
workspace:
base: /go
pipeline:
backend:
image: golang
commands:
- go get -t ./...
- go test
- go build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment