This commit is contained in:
gutmet 2020-10-21 15:12:17 +02:00
parent 6030fd4d3d
commit 46cbc5392b

View File

@ -25,7 +25,7 @@ if [ "$leave" = true ]; then
exit 1 exit 1
fi fi
timestamp=`date -u +"%F-%T"` timestamp=`date -u +"%Y%m%d-%H%M"`
currentBranch=`git rev-parse --abbrev-ref HEAD` currentBranch=`git rev-parse --abbrev-ref HEAD`
if [ "$currentBranch" = "master" ]; then if [ "$currentBranch" = "master" ]; then