Skip to content

Commit 0572399

Browse files
committed
Remove workarounds for untested Ubuntu versions
We no longer test on Ubuntu 20.04. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 5d36693 commit 0572399

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/functional-baremetal.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ jobs:
3939
steps:
4040
- name: Checkout Gophercloud
4141
uses: actions/checkout@v4
42-
- name: Workaround for grub-efi-amd64-signed
43-
run: sudo rm /var/cache/debconf/config.dat
44-
shell: bash
45-
if: matrix.ubuntu_version == '20.04'
46-
- name: Ensure update and upgrade
47-
run: sudo apt update && sudo apt -y upgrade
48-
shell: bash
49-
if: matrix.ubuntu_version == '20.04'
5042
- name: Work around broken dnsmasq
5143
run: sudo apt-get purge -y dnsmasq-base
5244
- name: Deploy devstack

0 commit comments

Comments
 (0)