Skip to content

Commit adc5849

Browse files
author
Vano
committed
allow no commit on current branch
1 parent 08ac74b commit adc5849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Helper to generate + commit to both dev branch and master
33
MASTER_DIR="$1"
44
./generate.py "$MASTER_DIR" || exit 1
5-
git commit -a || exit 1
5+
git commit -a || true
66

77
REF_SHORT=$(git rev-parse @ | head -c8)
88

0 commit comments

Comments
 (0)