diff options
author | louiz’ <louiz@louiz.org> | 2016-12-11 13:50:57 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-12-11 13:51:11 +0100 |
commit | 36252ad217ee0c8846cafce8fa35c2e776e39605 (patch) | |
tree | 1065f48c94f414f1b4f0bbe8ebf3e1891753f3ac | |
parent | b4223288ca189e7c63266acd233d134ede781f49 (diff) | |
download | biboumi-36252ad217ee0c8846cafce8fa35c2e776e39605.tar.gz biboumi-36252ad217ee0c8846cafce8fa35c2e776e39605.tar.bz2 biboumi-36252ad217ee0c8846cafce8fa35c2e776e39605.tar.xz biboumi-36252ad217ee0c8846cafce8fa35c2e776e39605.zip |
ci: sonar-qube upload is allowed to fail
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ac6f27..fea8dd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -146,6 +146,7 @@ test:sonar-qube: tags: - docker image: biboumi-test-fedora:latest + allow_failure: true script: - cmake .. - ~/sonar-scanner/bin/build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir ./bw-outputs make biboumi test_suite |