diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-11-01 11:03:09 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-11-01 11:03:09 +0100 |
| commit | d94a369d1e4c2efd618957dcc2de5122c00c93f7 (patch) | |
| tree | 36cb28091b21015ed42545320e0570206ca4294d | |
| parent | e3d2e0253f19c1153264ee323b464e57e92feb0f (diff) | |
| download | PROJ-d94a369d1e4c2efd618957dcc2de5122c00c93f7.tar.gz PROJ-d94a369d1e4c2efd618957dcc2de5122c00c93f7.zip | |
Disable weebsite publication for 7.1 branch7.1
| -rwxr-xr-x | travis/after_success.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh index c3b28b97..74ef1f34 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.1"; 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 |
