mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-19 03:20:20 +00:00
remove work around for golangci-lint installation
as https://github.com/golangci/golangci-lint/issues/575 is fixed now.removing the workaround in CI Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
6eac2e366e
commit
f1d61070cf
@ -43,9 +43,8 @@ jobs:
|
|||||||
- pip install --user --upgrade pip
|
- pip install --user --upgrade pip
|
||||||
- pip install --user yamllint
|
- pip install --user yamllint
|
||||||
# install golangci-lint
|
# install golangci-lint
|
||||||
# workaround for https://github.com/golangci/golangci-lint/issues/575
|
|
||||||
- curl -sf
|
- curl -sf
|
||||||
"https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
|
"https://install.goreleaser.com/github.com/golangci/golangci-lint.sh"
|
||||||
| bash -s -- -b $GOPATH/bin "${GOLANGCI_VERSION}"
|
| bash -s -- -b $GOPATH/bin "${GOLANGCI_VERSION}"
|
||||||
script:
|
script:
|
||||||
- make static-check
|
- make static-check
|
||||||
|
Loading…
Reference in New Issue
Block a user