Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
[FIX] False error when the value have an = as part of the value.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Tulio Ruiz
requested to merge
vauxoo-dev/gitlab_tools:master-fix_parameters-truiz
into
master
Oct 08, 2021
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
Expressions like
export OPTIONS="--load=multi_pms_properties"
weren't evaluated properly, the string was spllitting in the second = instead of the first.
With this change:
Before:
Merge request reports
Loading