mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-21 21:46:22 +00:00
New blhc invocation method requires extra quoting
Since Salsa CI commit 891bc54894db47f58c963964ec795c33ddc5f853 blhc is invoked through a shell exec command inside double quotes, so our backslashes need extra protection to survive into the argument value.
This commit is contained in:
parent
157e0b805e
commit
6c784cbdaf
2
debian/salsa-ci.yml
vendored
2
debian/salsa-ci.yml
vendored
@ -3,5 +3,5 @@ include:
|
||||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
|
||||
|
||||
variables:
|
||||
SALSA_CI_BLHC_ARGS: --ignore-line .*\sqblog_script\.ld\.in\s.*
|
||||
SALSA_CI_BLHC_ARGS: --ignore-line='.*\sqblog_script\.ld\.in\s.*'
|
||||
SALSA_CI_REPROTEST_ENABLE_DIFFOSCOPE: 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user