Sandro
Sandro
here an additional case that I found presenting this error: ``` ERROR failed to get git-tag: exit status 128 ``` Scenario: execution on GitHub Actions. In my case it turned...
@gnarea check if this PR addressed your need: https://github.com/codefresh-io/terraform-provider-codefresh/pull/27
@ddanier working with @rosscdh-tpg , I think we have a bug on our side not on your library. Doing last round of testing but if confirmed you can close #34...
yep, we had a classmethod that was updating the definition of the class by mistake, this caused the computed field to be transformed in a Decorator on subsequent instantiated models....