mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
Merge pull request #162 from Madhu-1/fix-CI
Fix CI failure for gometalinter
This commit is contained in:
commit
0d64d06196
@ -15,9 +15,8 @@ env:
|
||||
|
||||
install:
|
||||
# install gometalinter
|
||||
- >
|
||||
curl -L
|
||||
'https://github.com/alecthomas/gometalinter/blob/v3.0.0/scripts/install.sh'
|
||||
- curl -L
|
||||
"https://raw.githubusercontent.com/alecthomas/gometalinter/"${GO_METALINTER_VERSION}"/scripts/install.sh"
|
||||
| bash -s -- -b $GOPATH/bin "${GO_METALINTER_VERSION}"
|
||||
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user