dnephin / dobi

A build automation tool for Docker applications
https://dnephin.github.io/dobi/
Apache License 2.0
311 stars 36 forks source link

0.11 release #130

Closed cescoferraro closed 6 years ago

cescoferraro commented 6 years ago

the new release seems to be broken. i will try to take a look at #74 today, its really holding me back.

011

dnephin commented 6 years ago

hmm, I hit that issue as well, but I assumed it was just my environment. I fixed it by setting TERM= to one of the values under /etc/terminfo/*/`.

I guess switching from glide to dep a dependency must have been updated. I'll have a look.

dnephin commented 6 years ago

It seems like dobi continued to use the same version of Gotty, but maybe some other dependency changed which caused this issue. Either way I think i'll fork that library and add a fix.

dnephin commented 6 years ago

I tagged v0.11.1 with the fix