aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-03-01 13:04:22 +0100
committerKristian Evers <kristianevers@gmail.com>2021-03-01 13:04:22 +0100
commit43407f7ba46fbefe71d84c23911f16982c14154a (patch)
treea7a18f9cebc1c3209d6a9bc3d2a6303cc6c51cff
parent8db9cc2876f3782f33159ff970d8ba5ceeccaba4 (diff)
downloadPROJ-43407f7ba46fbefe71d84c23911f16982c14154a.tar.gz
PROJ-43407f7ba46fbefe71d84c23911f16982c14154a.zip
Dont' build website from 7.2 branch any more
-rwxr-xr-xtravis/after_success.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh
index 095bafbd..92155b07 100755
--- a/travis/after_success.sh
+++ b/travis/after_success.sh
@@ -14,8 +14,8 @@ echo "$TRAVIS_SECURE_ENV_VARS"
# Only build and publish docs when changes are made on most recent maintenance branch
if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "7.2"; then
echo "publish website";
- ./travis/add_deploy_key.sh;
- ./travis/deploy_website.sh $TRAVIS_BUILD_DIR/docs/build /tmp;
+ #./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