1
0
mirror of https://github.com/ossrs/srs.git synced 2025-10-17 07:41:33 +08:00

refine commit script

This commit is contained in:
winlin
2015-08-24 10:59:32 +08:00
parent 8e259eb0c2
commit 064031cac1

View File

@@ -2,7 +2,7 @@
cat <<END >>/dev/null
touch git-ensure-commit &&
echo "cd `pwd` && git checkout develop &&" >git-ensure-commit &&
echo "cd `pwd` &&" >git-ensure-commit &&
echo "bash `pwd`/git.commit.sh" >>git-ensure-commit &&
chmod +x git-ensure-commit &&
sudo rm -f /bin/git-ensure-commit &&