File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 - $MAVEN_CFG
6565
6666before_install :
67- # The update_project_version is done before deployment to validate that the change of project files does not break installation
67+ # The update_project_version.sh is done before deployment to validate that the change of project files does not break installation
6868 - bash .travis/update_project_version.sh
6969 -
git config --global user.email "[email protected] " 7070 - git config --global user.name "${UTPLSQL_BUILD_USER_NAME}"
@@ -117,6 +117,8 @@ jobs:
117117 before_script : skip
118118 script :
119119 - if [[ ($TRAVIS_BRANCH == develop) && ($TRAVIS_PULL_REQUEST == false) ]]; then bash .travis/trigger_travis.sh $TRAVIS_ACCESS_TOKEN; fi
120+ - # The update_project_version.sh needs to be done before pushing changes to develop branch
121+ - bash .travis/update_project_version.sh
120122 - if [[ ! $TRAVIS_TAG ]]; then bash .travis/push_release_version.sh; fi
121123 - bash .travis/build_docs.sh
122124 - bash .travis/push_docs_to_gh_pages.sh
You can’t perform that action at this time.
0 commit comments