File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 echo "$output"
3232 exit 1
3333 fi
34- wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.3.1
35- ./bin/ golangci-lint run -v --timeout 2m0s
34+ wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b /usr/local/bin v2.3.1
35+ golangci-lint run -v --timeout 2m0s
3636 - run : ./.circleci/scripts/e2e-env.sh
3737 - *install_vault
3838 - rok8s/get_vault_env :
7373 - rok8s/get_vault_env :
7474 vault_path : repo/insights-cli/env
7575 - run : |
76- wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s v2.3.1
77- ./bin/ golangci-lint run -v --timeout 2m0s
76+ wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b /usr/local/bin v2.3.1
77+ golangci-lint run -v --timeout 2m0s
7878 go test -tags e2e ./pkg/...
7979 - setup_remote_docker :
8080 version : docker24
You can’t perform that action at this time.
0 commit comments