StackStorm / st2ci

New and improved continuous integration actions and workflows
Apache License 2.0
3 stars 9 forks source link

Refactor package promotion workflow from parallel to sequential #143

Closed m4dcoder closed 5 years ago

m4dcoder commented 5 years ago

Due to issue https://github.com/StackStorm/orquesta/issues/112, variables in the context are overwritten on task join. To avoid the issue, refactor the workflow from parallel to sequential.