From fa2e8b099f105c9b4e9f048af45fa595ae264ecb Mon Sep 17 00:00:00 2001
From: divyansh42 <diagrawa@redhat.com>
Date: Tue, 31 May 2022 09:29:13 +0530
Subject: [PATCH] Remove kubic repositories

Signed-off-by: divyansh42 <diagrawa@redhat.com>
---
 .github/install_latest_podman.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/install_latest_podman.sh b/.github/install_latest_podman.sh
index e1cc372..ceedbe0 100644
--- a/.github/install_latest_podman.sh
+++ b/.github/install_latest_podman.sh
@@ -1,7 +1,3 @@
-# https://podman.io/getting-started/installation
-. /etc/os-release
-echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
-curl -sSfL "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key" | sudo apt-key add -
 sudo apt-get update
 sudo apt-get -y upgrade
 sudo apt-get -y install podman