diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-01 12:52:24 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-01 12:52:24 +0100 |
| commit | 73be5b1e68cf467b9d3f5efa0540a457d9d1a0b1 (patch) | |
| tree | ca584fea2964100beebcb0d9705020adbde74971 | |
| parent | b0d27b2cc33c8ffde5cac7ec69947d74dc8408c5 (diff) | |
| download | PROJ-73be5b1e68cf467b9d3f5efa0540a457d9d1a0b1.tar.gz PROJ-73be5b1e68cf467b9d3f5efa0540a457d9d1a0b1.zip | |
6.3 branch: disable doc publication [ci skip]
| -rwxr-xr-x | travis/after_success.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh index 1772947e..cba8f095 100755 --- a/travis/after_success.sh +++ b/travis/after_success.sh @@ -11,15 +11,3 @@ fi 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" = "6.3"; 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 |
