File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 - uses : actions/checkout@v3
1515
1616 # uncomment this when setting up a new selfhosted runner
17- # - name: Install deps
18- # run: |
19- # wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
20- # echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
21- # sudo apt-get -y update
22- # sudo apt-get -y install qemu qemu-system-x86 packer
17+ - name : Install deps
18+ run : |
19+ wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
20+ echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
21+ sudo apt-get -y update
22+ sudo apt-get -y install qemu qemu-system-x86 packer
2323
2424 - name : Generate Devstack VM
2525 run : |
3535 uses : actions/upload-artifact@v3
3636 with :
3737 name : checksums
38- path : build/devstack-bullseye_*
38+ path : build/devstack-bullseye_*
You can’t perform that action at this time.
0 commit comments