Skip to content

Commit 551fc61

Browse files
committed
which git?
1 parent 0bbe568 commit 551fc61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/deploy.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ git init
1313
git config user.name "gossi"
1414
git config user.email "[email protected]"
1515

16+
echo "Git version:"
17+
git version
18+
1619
echo "Add upstream:"
1720
git remote add upstream "https://$GH_TOKEN@github.com/gossi/php-code-generator.git"
1821
echo "Fetch upstream:"
@@ -25,6 +28,6 @@ touch .
2528
echo "Add everything new:"
2629
git add -A .
2730
echo "Commit:"
28-
git commit -m "rebuild pages at ${rev}"
31+
git commit -m "rebuild API at ${rev}"
2932
echo "Push:"
3033
git push upstream HEAD:gh-pages

0 commit comments

Comments
 (0)