Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d883acf

Browse files
committed
Added missing update of project version before pushing it to develop branch.
1 parent 31f3abf commit d883acf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cache:
6464
- $MAVEN_CFG
6565

6666
before_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

0 commit comments

Comments
 (0)