Skip to content

Commit

Permalink
Temporarily disable automatic doc deployment
Browse files Browse the repository at this point in the history
to restore successful build status. travis DOCS job on master failed due to permisstion issue: https://travis-ci.org/baidu/Paddle/jobs/159851334  @reyoung, please resolve the permission issue.
  • Loading branch information
emailweixu authored Sep 14, 2016
1 parent df0c7cd commit 7e79c91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paddle/scripts/travis/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@ chmod 600 deploy_key
eval `ssh-agent -s`
ssh-add deploy_key

# Temporarily disable automatic doc deployment due to permission issue.
exit 0

# Push
git push $SSH_REPO $TARGET_BRANCH

0 comments on commit 7e79c91

Please sign in to comment.