Open joseph-sentry opened 1 year ago
I'm facing the same issue, I instead ~passed -F my-flag
to xtra_args
~ (this creates a weird blank tag, don't do that) use flag names with _
instead of periods or hyphens. The issue happens with this piece of code: eval e="\$$flag"
, e.g.:
flag="my-flag"
eval e="\$$flag"
echo $e
-flag
See: https://github.com/codecov/codecov-circleci-orb/pull/174
Two different errors happen for flags with
.
and-
in the name.For
-
:For
.
: the flag name before the.
just disappears