Skip to content

Commit 33889d2

Browse files
committed
REVERT ME: Test building 'ubuntu:questing' in PR CI
1 parent 6766b8e commit 33889d2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
run: |
3636
# if we're running from a tag, get the full list of distros; otherwise just use debian:sid
3737
# NOTE: inside the actual Dockerfile-dhvirtualenv, the image name is expanded into its full image path
38-
dists='["debian:sid"]'
38+
# REVERT ME: Test that 'ubuntu:questing' builds in PR #19348.
39+
dists='["ubuntu:questing"]'
3940
if [[ $GITHUB_REF == refs/tags/* ]]; then
4041
dists=$(scripts-dev/build_debian_packages.py --show-dists-json)
4142
fi

0 commit comments

Comments
 (0)