Update Jenkinsfile
parent
7f958255e8
commit
c720427719
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue