mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +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
|
version: 2
|
||||||
|
executorType: machine
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
working_directory: /go/src/github.com/moby/tool
|
environment:
|
||||||
|
GOPATH: /home/circleci/.go_workspace
|
||||||
|
working_directory: $GOPATH/src/github.com/moby/tool
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: go get github.com/golang/lint/golint
|
- 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