Update Jenkinsfile
This commit is contained in:
Vendored
+1
-1
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user