aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-07-01 12:40:35 +0200
committerGitHub <noreply@github.com>2020-07-01 12:40:35 +0200
commitbb15481e667570bf49e5b3f94fc284dbd494d253 (patch)
treeb5318bc4516ba011259d2fa8e6d5097e8699002d /travis
parent0a995bb4219f5cf882503c1eb884474fdce53d12 (diff)
downloadPROJ-bb15481e667570bf49e5b3f94fc284dbd494d253.tar.gz
PROJ-bb15481e667570bf49e5b3f94fc284dbd494d253.zip
Post release updates (#2270)
* Minor updates to HOWTO-RELEASE * Update webpage for 7.1.0 release
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/after_success.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/after_success.sh b/travis/after_success.sh
index 2c107896..c3b28b97 100755
--- a/travis/after_success.sh
+++ b/travis/after_success.sh
@@ -12,7 +12,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" = "7.0"; then
+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;