Lego: Split "Ensure lego binary exists and has the correct version" task in two #86
Labels
priority::5-medium
progress::backlog
The Refinement of the issue is completed and DoR for the Squad is fulfilled
team:infrastructure
In GitLab by @lrsksr on Nov 17, 2021, 04:43
The shell task at https://gitlab.com/famedly/company/devops/collections/base/-/blob/main/roles/lego/tasks/main.yml#L26 produces a fatal error if the binary does not exist that is ignored, but is irritating.
This should be avoidable by splitting it in two tasks, the first testing if the binary exists and the second (version check) only executed if the first succeeded.
The text was updated successfully, but these errors were encountered: