Skip to content

Commit b3b8320

Browse files
authored
Merge pull request #197 from nuprl/ulysses4ever-deploy-allow-empty
Allow empty commits when deploying: hopefully makes deployment more stable
2 parents 7f41bf3 + 20c3b7d commit b3b8320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ git checkout HEAD -- .gitignore
1919
git checkout HEAD -- blog/.gitignore
2020
git add .
2121
git status
22-
git commit -m "$REV"
22+
git commit --allow-empty -m "$REV"
2323

2424
git fetch origin
2525
CURRENT_HEAD=`git rev-parse origin/master`

0 commit comments

Comments
 (0)