diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-06-30 22:40:50 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-06-30 22:40:50 +0200 |
| commit | 4c1d54eaea5c9f47aa25205250e22df267f9a0ae (patch) | |
| tree | e8d990c04f968c156155b6f8bcb4aa396673d647 | |
| parent | 6e32ab522b084dff3352b3ef777d6de5172f6461 (diff) | |
| download | PROJ-8.0.tar.gz PROJ-8.0.zip | |
Avoid accidental doc publishing from the 8.0 branch8.0
| -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 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; |
