mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-30 05:35:40 +08:00
Don't publish the feed when Jenkins regenerates the documentation
This commit is contained in:
@@ -22,6 +22,6 @@ if [ -n $DOCS_DESTINATION ]; then
|
||||
VERSION=`echo $GIT_BRANCH|sed -e 's/origin\///'`
|
||||
if [ -n $VERSION ]; then
|
||||
echo "Building documentation for branch $VERSION and publishing to '$DOCS_DESTINATION'"
|
||||
rake docs:publish[$VERSION,$DOCS_DESTINATION]
|
||||
rake docs:publish[$VERSION,$DOCS_DESTINATION,false]
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user