Explorar el Código

CI: Add 1.0 branch to push_doc

Stefan Profanter hace 4 años
padre
commit
c23b1bafaf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;