Skip to content

Commit

Permalink
Fix download
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed Oct 7, 2019
1 parent d3b2e15 commit b09a9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -100,7 +100,7 @@ Fedora/Coverity:
java-devel-openjdk glibc-langpack-cs iproute iputils nuttcp
'pkgconfig(tss2-esys)' 'pkgconfig(krb5-gssapi)' 'pkgconfig(libp11)'
- curl -o /tmp/cov-analysis-linux64.tgz https://scan.coverity.com/download/linux64
--form project=$COVERITY_SCAN_PROJECT_NAME --form token=$COVERITY_SCAN_TOKEN"
--form project=$COVERITY_SCAN_PROJECT_NAME --form token=$COVERITY_SCAN_TOKEN
- tar xfz /tmp/cov-analysis-linux64.tgz
- ./autogen.sh
- ./configure --with-java --without-gnutls --with-openssl --disable-dsa-tests
Expand Down

0 comments on commit b09a9e1

Please sign in to comment.