Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Sep 5, 2024
1 parent 249e0ca commit 5900420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/matrix-commitly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ build-packages:
- label: ubuntu-24.04
image: ubuntu:24.04
package: deb
check-manifest-suite: docker-image-ubuntu-24.04
check-manifest-suite: ubuntu-24.04-amd64

build-images:
- label: ubuntu
base-image: ubuntu:24.04
package: deb
artifact-from: ubuntu-24.04
check-manifest-suite: docker-image-ubuntu-24.04

smoke-tests:
- label: ubuntu
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,9 @@ jobs:
cache: 'pip' # caching pip dependencies

- name: Verify
env:
SUITE: ${{ matrix.check-manifest-suite || 'docker-image' }}
run: |
SUITE='docker-image'
if [ -n '${{ matrix.check-manifest-suite }}' ]; then
SUITE='${{ matrix.check-manifest-suite }}'
fi
cd scripts/explain_manifest
# docker image verify requires sudo to set correct permissions, so we
# also install deps for root
Expand Down

0 comments on commit 5900420

Please sign in to comment.