mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #3203 from justincormack/lint
Fix golint on circleci and GCP testing
This commit is contained in:
commit
40905a2117
@ -16,7 +16,7 @@ jobs:
|
||||
- run:
|
||||
name: Dependencies
|
||||
command: |
|
||||
go get -u github.com/golang/lint/golint
|
||||
go get -u golang.org/x/lint/golint
|
||||
go get -u github.com/gordonklaus/ineffassign
|
||||
- run:
|
||||
name: Lint
|
||||
|
@ -15,7 +15,7 @@ onboot:
|
||||
image: linuxkit/test-kernel-config:1aaef970b5f70791d74d6f980ad38af4035948f8
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
command: ["/bin/sh", "/poweroff.sh", "120"]
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
Loading…
Reference in New Issue
Block a user