mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Fixup circle CI
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
parent
219847ff1a
commit
57f1a5bdf2
@ -1,8 +1,11 @@
|
||||
version: 2
|
||||
executorType: machine
|
||||
jobs:
|
||||
build:
|
||||
working_directory: /go/src/github.com/moby/tool
|
||||
environment:
|
||||
GOPATH: /home/circleci/.go_workspace
|
||||
working_directory: $GOPATH/src/github.com/moby/tool
|
||||
steps:
|
||||
- checkout
|
||||
- run: go get github.com/golang/lint/golint
|
||||
- run: make test
|
||||
- run: cd $GOPATH/src/github.com/moby/tool && make test
|
Loading…
Reference in New Issue
Block a user