Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
DEBUG: build all debs
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Mar 30, 2022
1 parent 8dc02f9 commit 211becb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- id: set-distros
run: |
# if we're running from a tag, get the full list of distros; otherwise just use debian:sid
dists='["debian:sid"]'
if [[ $GITHUB_REF == refs/tags/* ]]; then
# dists='["debian:sid"]'
# if [[ $GITHUB_REF == refs/tags/* ]]; then
dists=$(scripts-dev/build_debian_packages.py --show-dists-json)
fi
# fi
echo "::set-output name=distros::$dists"
# map the step outputs to job outputs
outputs:
Expand Down

0 comments on commit 211becb

Please sign in to comment.