Skip to content

Commit

Permalink
incorrect spotting of docs changes (hyperledger-archives#1420)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbwhite authored Jun 30, 2017
1 parent 52840fb commit babd2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ then

# Check of the task current executing
if [ "${FC_TASK}" != "docs" ]; then
echo "ABORT_BUILD=true" > ${DIR}/build.cfg
echo "ABORT_CODE=0" >> ${DIR}/build.cfg
# echo "ABORT_BUILD=true" > ${DIR}/build.cfg
# echo "ABORT_CODE=0" >> ${DIR}/build.cfg
echo 'Docs only build - no pointing bothering with anything more'
exit 0
fi
Expand Down

0 comments on commit babd2ce

Please sign in to comment.