mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
Fix CI failure for gometalinter
Signed-off-by: Madhu Rajanna <mrajanna@redhat.com>
This commit is contained in:
parent
9dc1f61a34
commit
3132130e83
@ -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