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:
Emmanuel Lepage Vallée 2021-04-05 00:56:03 -07:00 committed by GitHub
parent 8e8525dae9
commit 702db23ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -100,7 +100,10 @@ git commit -m "[relevant] $COMMIT_MSG"
#FIXME mv .git ../doc
#FIXME cd ../doc
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".
# This makes it show up earlier in the Github interface etc.