Skip to content

Commit 2d7eb1d

Browse files
authored
install in /urs/local/bin instead of /bin folder (#268)
1 parent 121f4d2 commit 2d7eb1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
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:
@@ -73,8 +73,8 @@ jobs:
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

0 commit comments

Comments
 (0)