Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 3539acf

Browse files
committed
fix(plugins/plugin-ibmcloud): ibmcloud ce job run can emit unprocessed ansi control characters
Fixes #5334
1 parent 04251be commit 3539acf

File tree

1 file changed

+1
-0
lines changed
  • plugins/plugin-ibmcloud/ce/src/controller/job

1 file changed

+1
-0
lines changed

plugins/plugin-ibmcloud/ce/src/controller/job/run.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const registration = {
3232
const listJob = doList.bind(ListJob)
3333

3434
function exec(args: Arguments<KubeOptions>) {
35+
args.execOptions.env = { IBMCLOUD_COLOR: 'false' }
3536
return doExecWithStdoutViaPty(args)
3637
}
3738

0 commit comments

Comments
 (0)