Debug doc issue (#3316)
* doc: More debug messages The previous commit was inconclusive REVERT ME * doc: Another attempt at narrowing the boilerplate commit issue
This commit is contained in:
parent
8e8525dae9
commit
702db23ee0
|
@ -100,7 +100,10 @@ git commit -m "[relevant] $COMMIT_MSG"
|
||||||
#FIXME mv .git ../doc
|
#FIXME mv .git ../doc
|
||||||
#FIXME cd ../doc
|
#FIXME cd ../doc
|
||||||
git add --all .
|
git add --all .
|
||||||
git commit -m "[boilerplate] $COMMIT_MSG"
|
echo BEGIN BEFORE boilerplate
|
||||||
|
BOILERPLATE_FAILED=0
|
||||||
|
git commit -m "[boilerplate] $COMMIT_MSG" || export BOILERPLATE_FAILED=1
|
||||||
|
echo END AFTER boilerplate $BOILERPLATE_FAILED
|
||||||
|
|
||||||
# Reorder/swap commits, to have "relevant" after "boilerplate".
|
# Reorder/swap commits, to have "relevant" after "boilerplate".
|
||||||
# This makes it show up earlier in the Github interface etc.
|
# This makes it show up earlier in the Github interface etc.
|
||||||
|
|
Loading…
Reference in New Issue