Skip to content

Commit

Permalink
Undo testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 committed Jul 15, 2023
1 parent 2ded007 commit 99aa181
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ jobs:
strategy:
matrix:
distro:
# - debian:buster # oldstable
# - debian:bullseye # stable
- debian:buster # oldstable
- debian:bullseye # stable
- debian:bookworm # testing

# - ubuntu:trusty # LTS until Apr 2024
# - ubuntu:xenial # LTS until Apr 2026
# - ubuntu:bionic # LTS until Apr 2028
# - ubuntu:focal # LTS until Apr 2030
# - ubuntu:jammy # LTS until Apr 2032
# - ubuntu:kinetic # Previous release
# - ubuntu:lunar # Current release
- ubuntu:trusty # LTS until Apr 2024
- ubuntu:xenial # LTS until Apr 2026
- ubuntu:bionic # LTS until Apr 2028
- ubuntu:focal # LTS until Apr 2030
- ubuntu:jammy # LTS until Apr 2032
- ubuntu:kinetic # Previous release
- ubuntu:lunar # Current release
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
name: ${{ steps.vars.outputs.distro }}_${{ steps.vars.outputs.release }}_all

upload-to-apt-repo:
# if: ${{ github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
if: ${{ github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
runs-on: ubuntu-latest
needs:
- build-deb
Expand Down Expand Up @@ -142,6 +142,6 @@ jobs:
release="$(echo "$artifact" | cut -d _ -f 2)"
echo "::group::upload $release $name"
echo gcloud artifacts apt upload "$release" --source "$artifact"
gcloud artifacts apt upload "$release" --source "$artifact"
echo "::endgroup::"
done

0 comments on commit 99aa181

Please sign in to comment.