aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-08-06 19:45:40 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-08-06 19:45:40 +0200
commitb285484ea3b6fb62f0ead9876458f894d6ba3194 (patch)
treee52dc81f41446dbf1984d76e9c272e329f89e621
parentcf1d83a4c4b8756daede69edc14b93efffd57019 (diff)
downloadPROJ-b285484ea3b6fb62f0ead9876458f894d6ba3194.tar.gz
PROJ-b285484ea3b6fb62f0ead9876458f894d6ba3194.zip
Disable website deployment for branch 5.25.2
-rwxr-xr-xtravis/after_success.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh
index 8a230693..3e4c2b81 100755
--- a/travis/after_success.sh
+++ b/travis/after_success.sh
@@ -6,15 +6,3 @@ set -e
coveralls --extension .c --exclude build_autoconf --exclude build_cmake
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" = "5.2"; then
- 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
- # ./scripts/gen_html_coverage.sh
- # ./travis/deploy_html_coverage.sh
- # fi
-fi