Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit e2b98cf4 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Enforce cleanup on lineageos and framework/base repo

parent 36198bdb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ for branch in ${BRANCH_NAME//,/ }; do
      if [ -d "$path" ]; then
        cd "$path"
        git reset -q --hard
        git clean -q -fd
        git clean -q -dffx
        cd "$SRC_DIR/$branch_dir"
      fi
    done