Loading .gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -380,6 +380,15 @@ update_values: git status git push -f "https://${GITLAB_USER_NAME}:${GROUP_ACCESS_TOKEN}@labs.etsi.org/rep/osl/hypo/code/org.etsi.osl.hypo.ops/installer.git" HEAD:develop git checkout gitops-cd git pull origin gitops-cd git fetch origin develop git merge origin/develop -m "Merge changes from develop" git status git push -f "https://${GITLAB_USER_NAME}:${GROUP_ACCESS_TOKEN}@labs.etsi.org/rep/osl/hypo/code/org.etsi.osl.hypo.ops/installer.git" HEAD:gitops-cd else echo "No changes to commit." fi Loading Loading
.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -380,6 +380,15 @@ update_values: git status git push -f "https://${GITLAB_USER_NAME}:${GROUP_ACCESS_TOKEN}@labs.etsi.org/rep/osl/hypo/code/org.etsi.osl.hypo.ops/installer.git" HEAD:develop git checkout gitops-cd git pull origin gitops-cd git fetch origin develop git merge origin/develop -m "Merge changes from develop" git status git push -f "https://${GITLAB_USER_NAME}:${GROUP_ACCESS_TOKEN}@labs.etsi.org/rep/osl/hypo/code/org.etsi.osl.hypo.ops/installer.git" HEAD:gitops-cd else echo "No changes to commit." fi Loading