From 7e79c911b4d60333a10fa4ab9771eb3cd5e52a63 Mon Sep 17 00:00:00 2001 From: emailweixu Date: Wed, 14 Sep 2016 09:59:47 -0700 Subject: [PATCH] Temporarily disable automatic doc deployment 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. --- paddle/scripts/travis/docs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paddle/scripts/travis/docs.sh b/paddle/scripts/travis/docs.sh index c2a4809d7..432277a01 100755 --- a/paddle/scripts/travis/docs.sh +++ b/paddle/scripts/travis/docs.sh @@ -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 -- GitLab