Skip to content

Commit e2c6a18

Browse files
authored
Update post-build.sh
Adds the --no-rebase strategy
1 parent e8297c8 commit e2c6a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

post-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if ! git show-ref --verify --quiet refs/heads/dist; then
2424
git branch dist
2525
fi
2626

27-
git pull origin dist || true
27+
git pull origin dist --no-rebase
2828

2929
# Checkout the dist branch
3030
git checkout dist || git checkout -b dist

0 commit comments

Comments
 (0)