_build/deploy-phpdoc-branch.sh: Don't forget to commit phpDocs cache

pico-3.0-alpha
Daniel Rudolf 10 years ago
parent 8c24e32f10
commit 024f994d9e
  1. 4
      _build/deploy-phpdoc-branch.sh

@ -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…
Cancel
Save