Просмотр исходного кода

CI: Add 1.0 branch to push_doc

Stefan Profanter лет назад: 4
Родитель
Сommit
c23b1bafaf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/travis/travis_linux_after_success.sh

+ 1 - 1
tools/travis/travis_linux_after_success.sh

@@ -5,7 +5,7 @@ set -e
 if [ "$MINGW" = "true" ] && [ "${TRAVIS_REPO_SLUG}" = "open62541/open62541" ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
     echo "=== Executing after_success scripts ==="
     # List branches where the doc should be pushed to the webpage
-    if [ "${TRAVIS_BRANCH}" = "master" ] || [ "${TRAVIS_BRANCH}" = "0.3" ]; then
+    if [ "${TRAVIS_BRANCH}" = "master" ] || [ "${TRAVIS_BRANCH}" = "0.3" ] || [ "${TRAVIS_BRANCH}" = "1.0" ]; then
         sh ./tools/travis/travis_push_doc.sh
     fi
     sh ./tools/travis/travis_push_release.sh;