How to Disable colored output in fastlane?

How to Disable colored output in fastlane?

Hi Dipen Soni,

Set the FASTLANE_DISABLE_COLORS or the NO_COLOR environment variable to disable ANSI colors (e.g. for CI machines)

export FASTLANE_DISABLE_COLORS=1 export NO_COLOR=1