balena-cli icon indicating copy to clipboard operation
balena-cli copied to clipboard

'balena push' produces spammy progress bar output in CI

Open jrr opened this issue 5 months ago • 0 comments

The animated progress bar is nice in an interactive terminal, but it's really junking up our CI logs.

github-balena-ci-output

(also there seem to be extra newlines in the summary table)

A similar discussion exists in this issue about the unicorn: https://github.com/balena-io/balena-cli/issues/1001

I'm using balena-cli 17.5.1 in GitHub Actions via the community-cli-action like this:

      - name: balena push
        uses: balena-labs-research/[email protected]
        with:
          balena_token: ${{ secrets.balena-token }}
          balena_cli_version: 17.5.1
          balena_cli_commands: >
            push ${{ inputs.balena-fleet }} --note CI-${{ github.ref_name }}.${{ github.sha }} --release-tag origin ci-${{ github.ref_name }}

jrr avatar Jan 31 '24 20:01 jrr