diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-01-01 21:47:10 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-01-01 21:47:10 +0100 |
| commit | da953c042e108cfff19874bd1296b746440e6088 (patch) | |
| tree | da22509a011a989abd6f5ca1abd6d9cea52e64c8 | |
| parent | 5113b00d01430fff63f86d4ac766fba388bee83d (diff) | |
| download | PROJ-da953c042e108cfff19874bd1296b746440e6088.tar.gz PROJ-da953c042e108cfff19874bd1296b746440e6088.zip | |
disable website builds on commits to 6.2 branch6.2
| -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 ad1e5ec3..798b8e15 100755 --- a/travis/after_success.sh +++ b/travis/after_success.sh @@ -13,9 +13,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.2"; 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 |
