Skip to content

Commit 83e194e

Browse files
committed
fix: broken "Install podman" job
Signed-off-by: spacewander <[email protected]>
1 parent cba92da commit 83e194e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/package-apisix-dashboard-rpm-el7.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ jobs:
116116
steps:
117117
- name: Install podman
118118
run: |
119-
echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/testing/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:testing.list
120-
curl -fsSL https://download.opensuse.org/repositories/devel:kubic:libcontainers:testing/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_kubic_libcontainers_testing.gpg > /dev/null
121119
sudo apt update
122120
sudo apt install podman
123121

0 commit comments

Comments
 (0)