Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
23 stars 12 forks source link

[Bug] CI workflow shows `tput: No value for $TERM and no -T specified` #1853

Closed tschaffter closed 1 year ago

tschaffter commented 1 year ago

Is there an existing issue for this?

What projects are you seeing the problem on?

No response

Current behavior

This issue has been there for a while and is not new.

The issue is likely because of tput statements used in dev-env.sh to use bold and italic font.

bold=$(tput bold)
italic=$(tput sitm)
reset=$(tput sgr0)

orange=$(tput setaf 166)
image

Expected behavior

No response

Anything else?

No response

Commit ID

No response

Are you developing inside the dev container?

Code of Conduct

tschaffter commented 1 year ago

From inside the local devcontainer:

vscode@684f605b152f:/workspaces/sage-monorepo$ echo $TERM
xterm-256color
tschaffter commented 1 year ago

This comment could be a solution.