From 593dc48adcd8926dc745231bcf8b18fb1620a5e0 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 8 Jun 2021 13:37:54 +0200 Subject: [PATCH] Changing distro for CentOS 8 to CentOS-8-Stream-x86_64 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9ef241..072260e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -298,7 +298,7 @@ Create Centos8 template: variables: OS_ID: centos8 VM_OS_VERSION: 'centos8_64Guest' - COBBLER_DISTRO: 'CentOS-8.3-x86_64' + COBBLER_DISTRO: 'CentOS-8-Stream-x86_64' script: - hostname -f - whoami -- 2.39.5