aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtravis/after_success.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh
index bd9ab0a6..048af7f5 100755
--- a/travis/after_success.sh
+++ b/travis/after_success.sh
@@ -6,9 +6,9 @@ echo "$TRAVIS_SECURE_ENV_VARS"
./travis/build_docs.sh
# Only build and publish docs when changes are made on most recent maintenance branch
if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "8.1"; then
- echo "publish website";
- ./travis/add_deploy_key.sh;
- ./travis/deploy_website.sh $TRAVIS_BUILD_DIR/docs/build /tmp;
+ #echo "publish website";
+ #./travis/add_deploy_key.sh;
+ #./travis/deploy_website.sh $TRAVIS_BUILD_DIR/docs/build /tmp;
# Disabled: see discussion of https://github.com/OSGeo/proj.4/pull/1035
# if test "$BUILD_NAME" = "linux_gcc"; then