Update Jenkinsfile

This commit is contained in:
2025-02-17 12:03:18 +00:00
parent eabcdf3702
commit 64e36edb0e
Vendored
+1 -1
View File
@@ -110,7 +110,7 @@ spec:
git clone https://${GIT_PAT}@gitlab.com/${params.repositoryProject}/${params.repositoryName}.git
git checkout master
git checkout master || git checkout -b master || true
cp catalog-info.yaml ${params.repositoryName}/catalog-info.yaml
cd ${params.repositoryName}
git add .