File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ script:
16
16
before_install :
17
17
- echo "PR Slug:${TRAVIS_PULL_REQUEST_SLUG}"
18
18
- if [[ "${TRAVIS_PULL_REQUEST_SLUG}" == "nginxinc/kubernetes-ingress" || "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
19
- wget https://${fossalocation}/${fossafile} && tar xzf ${fossafile}
19
+ wget https://github.com/fossas/fossa-cli/releases/download/v1.0.27/fossa-cli_1.0.27_linux_amd64.tar.gz && tar xzf fossa-cli_1.0.27_linux_amd64.tar.gz
20
20
&& ./fossa init
21
21
&& GO111MODULE=on FOSSA_API_KEY=${fossapush} ./fossa analyze -t kubernetes-ingress -b ${TRAVIS_BRANCH}; fi
22
22
- echo "Checking ingress controller for linting errors" && wget -O - -q ${golangci_lint} | sh -s v1.17.1
23
- - export PATH="$PATH:./bin" && make lint
23
+ - export PATH="$PATH:./bin" && make lint
You can’t perform that action at this time.
0 commit comments