Actions
Bug #38099
openLeapp upgrade job template missing "=" to print Channel user input
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Difficulty:
trivial
Triaged:
No
Pull request:
Description
it's missing a "=" to set channel_opts ansible variable to the value of the user input variable "Channel"
line 26 should be :
- channel_opts: <%= input('Channel') == 'ga' ? '' : "--channel #{input('Channel')}" %>
other wise if we use another channel than GA, leapp upgrade fails
Actions