Skip to content
Snippets Groups Projects
Commit 53eb4932 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

ci: fix bashshell lint

parent bcae72dc
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ stages: ...@@ -122,7 +122,7 @@ stages:
_cond_val=$(echo "$_cond_val" | tr '[:punct:]' '_') _cond_val=$(echo "$_cond_val" | tr '[:punct:]' '_')
# retrieve comparison value # retrieve comparison value
_cmp_val_prefix="scoped__${_target_var}__${_condition}__${_cond_var}__${_test_op}__" _cmp_val_prefix="scoped__${_target_var}__${_condition}__${_cond_var}__${_test_op}__"
_cmp_val=${_scoped_var#$_cmp_val_prefix} _cmp_val=${_scoped_var#"$_cmp_val_prefix"}
# manage 'ignore case' # manage 'ignore case'
if [[ "$_test_op" == *_ic ]] if [[ "$_test_op" == *_ic ]]
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment