mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +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:
|
||||||
# install gometalinter
|
# install gometalinter
|
||||||
- >
|
- curl -L
|
||||||
curl -L
|
"https://raw.githubusercontent.com/alecthomas/gometalinter/"${GO_METALINTER_VERSION}"/scripts/install.sh"
|
||||||
'https://github.com/alecthomas/gometalinter/blob/v3.0.0/scripts/install.sh'
|
|
||||||
| bash -s -- -b $GOPATH/bin "${GO_METALINTER_VERSION}"
|
| bash -s -- -b $GOPATH/bin "${GO_METALINTER_VERSION}"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user