diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-09-01 09:24:48 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-09-01 09:24:48 +0200 |
| commit | 2228592582910d866b8c1b5187bc2ef50955b281 (patch) | |
| tree | 06d9993e3785519b0e0dcf795a5262aa996724ca | |
| parent | f5d935b67a66ce18544b8a63c6c8e87d5a776533 (diff) | |
| download | PROJ-2228592582910d866b8c1b5187bc2ef50955b281.tar.gz PROJ-2228592582910d866b8c1b5187bc2ef50955b281.zip | |
Disable website generation for 6.1 branch
| -rwxr-xr-x | travis/after_success.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh index d0bed775..89caa468 100755 --- a/travis/after_success.sh +++ b/travis/after_success.sh @@ -12,9 +12,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" = "6.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 |
