_build/deploy-phpdoc-branch.sh: Don't forget to commit phpDocs cache
This commit is contained in:
parent
8c24e32f10
commit
024f994d9e
@ -39,10 +39,10 @@ generate-phpdoc.sh \
|
|||||||
|
|
||||||
# commit phpDocs
|
# commit phpDocs
|
||||||
echo "Committing changes..."
|
echo "Committing changes..."
|
||||||
git add "$PHPDOC_GIT_DIR/phpDoc/$PHPDOC_ID"
|
git add "$PHPDOC_GIT_DIR/phpDoc/$PHPDOC_ID.cache" "$PHPDOC_GIT_DIR/phpDoc/$PHPDOC_ID"
|
||||||
git commit \
|
git commit \
|
||||||
--message="Update phpDocumentor class docs for $TRAVIS_BRANCH branch @ $TRAVIS_COMMIT" \
|
--message="Update phpDocumentor class docs for $TRAVIS_BRANCH branch @ $TRAVIS_COMMIT" \
|
||||||
"$PHPDOC_GIT_DIR/phpDoc/$PHPDOC_ID"
|
"$PHPDOC_GIT_DIR/phpDoc/$PHPDOC_ID.cache" "$PHPDOC_GIT_DIR/phpDoc/$PHPDOC_ID"
|
||||||
[ $? -eq 0 ] || exit 1
|
[ $? -eq 0 ] || exit 1
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user