Skip to content

Commit

Permalink
ci: Don't remove dir
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 19, 2024
1 parent 7c3021b commit e05dcf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vendor-one.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ git add .
git -C "$upstream_dir" log --first-parent --format="%s" ${base}..${commit} | tee /dev/stderr | sed -r 's%(#[0-9]+)%duckdb/duckdb\1%g'
) | git commit --file /dev/stdin

rm -rf "$upstream_dir"
if [ "$upstream_basedir" != ".git/duckdb" ]; then
rm -rf "$upstream_dir"
fi

0 comments on commit e05dcf8

Please sign in to comment.