You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jip tools written in bash do not support use of arrays because they require ${} syntax. One can escape those to make jinja parser not to complain. The problem though is that by escaping these expressions are neither evaluated by bash.
Jip tools written in bash do not support use of arrays because they require ${} syntax. One can escape those to make jinja parser not to complain. The problem though is that by escaping these expressions are neither evaluated by bash.