Commit 609ad6d3 authored by Richard Glosner's avatar Richard Glosner
Browse files

internal-fix: correct CI script

parent 08f74091
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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