|
|
|
|
|
by i_s
1771 days ago
|
|
Yea, making it so statements are composing via YAML was a very poor choice. One case I had was needing to change my actions so that steps D, E, and F could be retried together. What is the github YAML specification for decrementing a 'tries_remaining' variable, then going back to a previous step? I couldn't find it, so ended up just having to rewrite the action so that most of the steps are now in one bash script. Not being able to execute it locally has also wasted a lot of time, and people needing to make 50+ changes to the master branch until they get it right. |
|
Why can't I have a separate interface where I just say "build this Github project, and put the content on this on-prem server/kube cluster/VM/whatever."