Deploy test

This commit is contained in:
Atsushi Togo 2020-05-03 00:34:21 +09:00
parent 0da89e361d
commit 5b01d6cde9
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#!/bin/bash
#br=`git branch |tail -n1`
br=`git branch|grep '*'|sed s/\*//`
br=`git rev-parse HEAD`
echo $br
read o u f <<< `git remote -v |grep origin |grep fetch`
echo "Repo: $o $u $br"