Loading create_new_tag.sh +2 −2 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ fi if [ "$PREVERSION" == "beta" ] if [ "$REGENERATE_MANIFEST" = "true" ] then git clone $REPO current_project -b $CI_COMMIT_REF_NAME cd current_project Loading Loading @@ -133,7 +133,7 @@ fi repo manifest -r -o $CI_PROJECT_DIR/default.xml cd $CI_PROJECT_DIR # if not beta, apply only changes on eOS projects if [ "$PREVERSION" != "beta" ] if [ "$REGENERATE_MANIFEST" != "true" ] then git diff --ignore-matching-lines ".*LineageOS.*" --ignore-matching-lines ".*aosp.*" > file.patch git checkout default.xml Loading Loading
create_new_tag.sh +2 −2 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ fi if [ "$PREVERSION" == "beta" ] if [ "$REGENERATE_MANIFEST" = "true" ] then git clone $REPO current_project -b $CI_COMMIT_REF_NAME cd current_project Loading Loading @@ -133,7 +133,7 @@ fi repo manifest -r -o $CI_PROJECT_DIR/default.xml cd $CI_PROJECT_DIR # if not beta, apply only changes on eOS projects if [ "$PREVERSION" != "beta" ] if [ "$REGENERATE_MANIFEST" != "true" ] then git diff --ignore-matching-lines ".*LineageOS.*" --ignore-matching-lines ".*aosp.*" > file.patch git checkout default.xml Loading