Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'balena push' produces spammy progress bar output in CI #2726

Open
jrr opened this issue Jan 31, 2024 · 0 comments
Open

'balena push' produces spammy progress bar output in CI #2726

jrr opened this issue Jan 31, 2024 · 0 comments

Comments

@jrr
Copy link

jrr commented Jan 31, 2024

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: #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/community-cli-action@1.0.0
        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 }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant