Skip to content

Commit

Permalink
workflows: ensure we do non-interactive set up (#8107)
Browse files Browse the repository at this point in the history
* workflows: ensure we do non-interactive set up

Signed-off-by: Patrick Stephens <[email protected]>

* workflows: ensure we do non-interactive set up

Signed-off-by: Patrick Stephens <[email protected]>

---------

Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens authored Oct 30, 2023
1 parent 4154810 commit 0ae1dba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/call-build-linux-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:

- name: Retrieve target info for repo creation
id: get-target-info
timeout-minutes: 5
# Remove any .arm648 suffix
# For ubuntu map to codename using the disto-info list (CSV)
run: |
Expand All @@ -178,6 +179,7 @@ jobs:
echo "target=$TARGET" >> $GITHUB_OUTPUT
env:
DISTRO: ${{ matrix.distro }}
DEBIAN_FRONTEND: noninteractive
shell: bash

- name: Verify output target
Expand Down Expand Up @@ -219,9 +221,12 @@ jobs:
- call-build-linux-packages
steps:
- name: Install dependencies
timeout-minutes: 10
run: |
sudo apt-get update
sudo apt-get install -y createrepo-c aptly awscli
env:
DEBIAN_FRONTEND: noninteractive

- name: Checkout code for repo metadata construction - always latest
uses: actions/checkout@v4
Expand Down

0 comments on commit 0ae1dba

Please sign in to comment.