From 6eefcd4023fea47ab9a4a2db596b16fe029f1192 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 12 Jul 2024 08:07:56 +0200 Subject: [PATCH] use main instead of master for hammer-cli-katello --- theforeman.org/pipelines/vars/hammer-cli-katello-master.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theforeman.org/pipelines/vars/hammer-cli-katello-master.groovy b/theforeman.org/pipelines/vars/hammer-cli-katello-master.groovy index 042d6a0f..6be289d9 100644 --- a/theforeman.org/pipelines/vars/hammer-cli-katello-master.groovy +++ b/theforeman.org/pipelines/vars/hammer-cli-katello-master.groovy @@ -1,5 +1,5 @@ def git_url = 'https://github.com/Katello/hammer-cli-katello.git' -def git_ref = 'master' +def git_ref = 'main' def hammer_cli_git_repos = ['hammer-cli', 'hammer-cli-foreman', 'hammer-cli-foreman-tasks', 'hammer_cli_foreman_bootdisk'] def rpm_source_package_name = 'rubygem-hammer_cli_katello' def project_name = 'hammer-cli-katello'