Skip to content

Commit

Permalink
download golangci-lint via curl (#3938)
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyekunle authored and k8s-ci-robot committed Jun 18, 2019
1 parent 5c5c736 commit 28bef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fix:license": "gulp update-license-headers",
"clean": "rm -rf .go_workspace .tmp coverage dist npm-debug.log",
"postversion": "node aio/scripts/version.js",
"postinstall": "node aio/scripts/version.js && ./node_modules/protractor/bin/webdriver-manager update --gecko=false --versions.standalone=3.141.59 && go get -u github.com/golangci/golangci-lint/cmd/golangci-lint"
"postinstall": "node aio/scripts/version.js && ./node_modules/protractor/bin/webdriver-manager update --gecko=false --versions.standalone=3.141.59 && curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.17.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 28bef92

Please sign in to comment.