Bitbucket pipeline is really getting frustrating to work with. My app requires using tput and its a mandatory step to check all good and bad errors. Unfortunately, when I run my pipeline, I get the following error:
tput: terminal attributes: No such device or address
tput: terminal attributes: No such device or address
tput: terminal attributes: No such device or address
I am not sure what is causing that but if I run it on my local machine, gitlab-ci runner, and github actions, I do not see it. Anyone seen this error before?