Skip to content

Commit 6d87dee

Browse files
author
Lubos Lunak
committed
git reset --hard when creating a tarball
1 parent 54603e5 commit 6d87dee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

create_tarball

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ mkdir -p "$tmp"/kor-$version
88
cp -apr . "$tmp"/kor-$version
99
(
1010
cd "$tmp"/kor-$version
11+
git reset --hard
1112
git clean -d -x -f
1213
rm -rf .git
1314
)

0 commit comments

Comments
 (0)