Deploy test

This commit is contained in:
Atsushi Togo 2020-05-02 23:16:48 +09:00
parent e007792de6
commit e8dd2fca09
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
br=`git branch |tail -n1`
#br=`git branch |tail -n1`
br=`git branch`
read o u f <<< `git remote -v |grep origin |grep fetch`
echo "Repo: $o $u $br"
git describe --tags --dirty