From c39fa7659a1f619bb98c090d3579fd4e43a900c9 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 11 Dec 2024 08:46:15 +0100 Subject: [PATCH] add el10 client config --- theforeman.org/pipelines/vars/foreman/nightly.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/theforeman.org/pipelines/vars/foreman/nightly.groovy b/theforeman.org/pipelines/vars/foreman/nightly.groovy index f2651c10..19874713 100644 --- a/theforeman.org/pipelines/vars/foreman/nightly.groovy +++ b/theforeman.org/pipelines/vars/foreman/nightly.groovy @@ -2,6 +2,7 @@ def foreman_version = 'nightly' def git_branch = "develop" def foreman_client_distros = [ + 'el10', 'el9', 'el8', 'el7'