Ver Fonte

fix(susfs): fail loud on SUSFS patch rejects

TheWildJames há 4 dias atrás
pai
commit
5dacfc885d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/actions/susfs-patches/action.yml

+ 1 - 1
.github/actions/susfs-patches/action.yml

@@ -85,7 +85,7 @@ runs:
      shell: bash
      run: |
       cd "$COMMON"
-      patch -p1 < 50_add_susfs_in_gki-$ANDROID_VER-$KERNEL_VER.patch || true
+      patch -p1 < 50_add_susfs_in_gki-$ANDROID_VER-$KERNEL_VER.patch
       rm -rf 50_add_susfs_in_gki-$ANDROID_VER-$KERNEL_VER.patch
       shopt -s nullglob
       patches=("$KERNEL_PATCHES/samsung/$BRANCH"/*.patch)