Add cd
Some checks failed
the build failed

This commit is contained in:
Peter Stuifzand 2019-03-11 20:37:45 +01:00
parent e5d7aad533
commit 8f3385b4fa

View File

@ -3,6 +3,7 @@ pipeline:
testing: testing:
image: golang:1.11 image: golang:1.11
commands: commands:
- cd /drone/src/git.p83.nl/peter/track-me
- go get ./... - go get ./...
- go test -v . - go test -v .
- go vet - go vet