Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ copy_to_main: - git fetch origin - git checkout $MAIN_BRANCH - git pull origin $MAIN_BRANCH - git branch -D $COPY_BRANCH || true - git checkout -b $COPY_BRANCH # Cherry-pick the commit that triggered the pipeline Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ copy_to_main: - git fetch origin - git checkout $MAIN_BRANCH - git pull origin $MAIN_BRANCH - git branch -D $COPY_BRANCH || true - git checkout -b $COPY_BRANCH # Cherry-pick the commit that triggered the pipeline Loading