diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-05-15 20:14:58 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-05-15 20:14:58 +0200 |
| commit | d8ea4ea56fea3d4f1d16a14a3aa36e2008558fb2 (patch) | |
| tree | 14a6461013b31a1bf2ca03a15f20975b799c9666 /travis/after_success.sh | |
| parent | 2f902d8e2a07478f30e6cb704c7e67722fba0574 (diff) | |
| download | PROJ-d8ea4ea56fea3d4f1d16a14a3aa36e2008558fb2.tar.gz PROJ-d8ea4ea56fea3d4f1d16a14a3aa36e2008558fb2.zip | |
Publish website from 6.1 branch
Diffstat (limited to 'travis/after_success.sh')
| -rwxr-xr-x | travis/after_success.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh index a8bcc915..d0bed775 100755 --- a/travis/after_success.sh +++ b/travis/after_success.sh @@ -11,7 +11,7 @@ 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.0"; then +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; |
