mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
ci: Update Coverity download URI
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
1bba03672e
commit
e988220f2d
@ -3,7 +3,7 @@ FROM registry.gitlab.gnome.org/gnome/glib/fedora:v9
|
||||
ARG COVERITY_SCAN_PROJECT_NAME
|
||||
ARG COVERITY_SCAN_TOKEN
|
||||
|
||||
RUN curl https://scan.coverity.com/download/linux64 \
|
||||
RUN curl https://scan.coverity.com/download/cxx/linux64 \
|
||||
-o /tmp/cov-analysis-linux64.tgz \
|
||||
--form project="${COVERITY_SCAN_PROJECT_NAME}" \
|
||||
--form token="${COVERITY_SCAN_TOKEN}" \
|
||||
|
Loading…
Reference in New Issue
Block a user