Skip to content

Commit

Permalink
Disable verbosity for remote-build action (infra) (#1372)
Browse files Browse the repository at this point in the history
Disable verbosity for remote-build action
  • Loading branch information
Hook25 authored Jul 26, 2024
1 parent d3cc38e commit 29af4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapcraft8_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
attempt_limit: 5
with: |
snapcraft-channel: 8.x/stable
snapcraft-args: remote-build --build-for ${{ matrix.arch }} --launchpad-accept-public-upload --build-id $SNAPCRAFT_BUILDER_ID --verbosity trace --launchpad-timeout=36000
snapcraft-args: remote-build --build-for ${{ matrix.arch }} --launchpad-accept-public-upload --build-id $SNAPCRAFT_BUILDER_ID --launchpad-timeout=36000
- uses: actions/upload-artifact@v4
name: Upload logs on failure
if: failure()
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
attempt_limit: 5
with: |
snapcraft-channel: 8.x/stable
snapcraft-args: remote-build --build-for ${{ matrix.arch }} --launchpad-accept-public-upload --build-id $SNAPCRAFT_BUILDER_ID --verbosity trace --launchpad-timeout=36000
snapcraft-args: remote-build --build-for ${{ matrix.arch }} --launchpad-accept-public-upload --build-id $SNAPCRAFT_BUILDER_ID --launchpad-timeout=36000
- uses: actions/upload-artifact@v4
name: Upload logs on failure
if: failure()
Expand Down

0 comments on commit 29af4ee

Please sign in to comment.