We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ac74b commit adc5849Copy full SHA for adc5849
generate.sh
@@ -2,7 +2,7 @@
2
# Helper to generate + commit to both dev branch and master
3
MASTER_DIR="$1"
4
./generate.py "$MASTER_DIR" || exit 1
5
-git commit -a || exit 1
+git commit -a || true
6
7
REF_SHORT=$(git rev-parse @ | head -c8)
8
0 commit comments