Add cd
the build failed Details

master
Peter Stuifzand 5 years ago
parent e5d7aad533
commit 8f3385b4fa

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

Loading…
Cancel
Save