buildpacks / pack-orb

A CircleCI Orb for using Cloud Native Buildpacks in CircleCI
https://circleci.com/orbs/registry/orb/buildpacks/pack
Apache License 2.0
12 stars 8 forks source link

Fix tty issue with output by removing 'color' functionality #29

Closed jromero closed 3 years ago

jromero commented 3 years ago

Before

before

After

image

Resolves #28