mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 04:10:22 +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:
|
||||||
# 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