aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-06-30 22:40:50 +0200
committerKristian Evers <kristianevers@gmail.com>2021-06-30 22:40:50 +0200
commit4c1d54eaea5c9f47aa25205250e22df267f9a0ae (patch)
treee8d990c04f968c156155b6f8bcb4aa396673d647
parent6e32ab522b084dff3352b3ef777d6de5172f6461 (diff)
downloadPROJ-8.0.tar.gz
PROJ-8.0.zip
Avoid accidental doc publishing from the 8.0 branch8.0
-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 d45c9b6f..bd9ab0a6 100755
--- a/travis/after_success.sh
+++ b/travis/after_success.sh
@@ -5,7 +5,7 @@ set -e
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" = "8.0"; then
+if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "8.1"; then
echo "publish website";
./travis/add_deploy_key.sh;
./travis/deploy_website.sh $TRAVIS_BUILD_DIR/docs/build /tmp;