From c72042771955c658b2fb2af0b4e888691134207b Mon Sep 17 00:00:00 2001 From: alexandrev Date: Fri, 14 Feb 2025 12:10:06 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 23d280a..94c9fab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -111,12 +111,12 @@ spec: git clone https://${GIT_PAT}@gitlab.com/${params.repositoryProject}/${params.repositoryName}.git - git checkout -b main + git checkout -b master cp catalog-info.yaml ${params.repositoryName}/catalog-info.yaml cd ${params.repositoryName} git add . git commit -m "Initial catalog.yaml" - git push origin main + git push origin master git checkout -b skeleton