Hello
I have a small job defined like this
command: |
export CONNECT_TO_KUBE=1
python3 -m training.kube.<< parameters.script >>
The step on CircleCI show code wrapped with bash an proper “piping” and attributes
#!/bin/bash -eo pipefail
export CONNECT_TO_KUBE=1
python3 -m training.kube.pipelines
The step failed but output show exit status 0
2024-01-11 15:54:45,832 :: training.kube.create :: INFO :: Creating new experiment for master...
2024-01-11 15:54:45,860 :: training.kube.create :: INFO :: Experiment already exists for master, doing nothing!
CircleCI received exit code 0