We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2910f1 commit 43b2f82Copy full SHA for 43b2f82
.travis.yml
@@ -11,6 +11,6 @@ script:
11
before_install:
12
- echo "PR Slug:${TRAVIS_PULL_REQUEST_SLUG}"
13
- if [[ "${TRAVIS_PULL_REQUEST_SLUG}" == "nginxinc/nginx-prometheus-exporter" || "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
14
- wget https://${fossalocation}/${fossafile} && tar xzf ${fossafile}
+ 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
15
&& ./fossa init
16
&& GO111MODULE=on FOSSA_API_KEY=${fossapush} ./fossa analyze -t nginx-prometheus-exporter -b ${TRAVIS_BRANCH}; fi
0 commit comments