summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2020-02-19 18:44:14 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2020-02-19 18:44:14 +0100
commit4d1f6f5c0900ae0e148b8c19c20317b449b45750 (patch)
treef7902b46a047b68ce085f0e9ce6afe7c4435dcf0 /.gitlab-ci.yml
parent1dfd1aa1cf94c4012964834da8814b3abe9b1e8b (diff)
downloadwget-4d1f6f5c0900ae0e148b8c19c20317b449b45750.tar.gz
* .gitlab-ci.yml: Fix linebreak
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8607fa01..3b02f903 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -403,8 +403,7 @@ coverity:
stage: stage1-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- - wget https://scan.coverity.com/download/linux64 --post-data "token=$COVERITY_SCAN_TOKEN&project=$COVERITY_SCAN_PROJECT_NAME" -O /tmp/coverity_tool.t
-gz
+ - wget https://scan.coverity.com/download/linux64 --post-data "token=$COVERITY_SCAN_TOKEN&project=$COVERITY_SCAN_PROJECT_NAME" -O /tmp/coverity_tool.tgz
- tar xfz /tmp/coverity_tool.tgz
- ./bootstrap --skip-po
- CFLAGS="-g -Og" ./configure --cache-file cache/config.cache --disable-doc