Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842c0c8 commit 7fe2ee2Copy full SHA for 7fe2ee2
.github/workflows/functional-baremetal.yaml
@@ -39,14 +39,6 @@ jobs:
39
steps:
40
- name: Checkout Gophercloud
41
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
49
50
- name: Work around broken dnsmasq
51
run: sudo apt-get purge -y dnsmasq-base
52
- name: Deploy devstack
0 commit comments