mirror of
https://github.com/mirror/wget.git
synced 2025-01-14 22:30:44 +08:00
* .gitlab-ci.yml: Allow failure for Valgrind and Scan-Build CI runner
This commit is contained in:
parent
feb52bfab7
commit
48f762a648
@ -194,6 +194,7 @@ Scan-Build/Debian:
|
||||
- shared
|
||||
except:
|
||||
- tags
|
||||
allow_failure: true
|
||||
artifacts:
|
||||
expire_in: 2 weeks
|
||||
when: on_failure
|
||||
@ -214,6 +215,7 @@ Valgrind/Debian:
|
||||
- shared
|
||||
except:
|
||||
- tags
|
||||
allow_failure: true
|
||||
artifacts:
|
||||
expire_in: 2 weeks
|
||||
when: on_failure
|
||||
|
Loading…
Reference in New Issue
Block a user