1
0
mirror of https://github.com/oskar456/dzonegit.git synced 2024-05-11 05:55:41 +00:00

Fix no reload on very first push to the repository

This commit is contained in:
Ondřej Caletka
2018-08-20 16:33:00 +02:00
parent 62e35c59d0
commit f07c84aa32
2 changed files with 3 additions and 2 deletions

View File

@ -328,7 +328,7 @@ def test_post_receive(git_dir):
git_dir.chdir()
head = dzonegit.get_head()
revisions = "{} {} refs/heads/master\n".format(
"4b825dc642cb6eb9a060e54bf8d69288fbee4904",
"0000000000000000000000000000000000000000",
head,
)
stdin = StringIO(revisions)