From 211becb069ce5e00067adee275463e8899102fd6 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Wed, 30 Mar 2022 13:09:28 +0100 Subject: [PATCH] DEBUG: build all debs --- .github/workflows/release-artifacts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index ed4fc6179d..6978a59dd9 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -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: