File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 include :
2727 - stage : Build
2828 script :
29- - mvn install && ([[ $TRAVIS_BRANCH != "develop " ]] || [[ $TRAVIS_PULL_REQUEST != "false" ]] || mvn --settings .mvn/settings.xml -DskipTests=true -Darchetype.test.skip=true deploy)
29+ - mvn install && ([[ $TRAVIS_BRANCH != "master " ]] || [[ $TRAVIS_PULL_REQUEST != "false" ]] || mvn --settings .mvn/settings.xml -DskipTests=true -Darchetype.test.skip=true deploy)
3030 - stage : Documentation
31- if : (branch = develop ) AND (type = push)
31+ if : (branch = master ) AND (type = push)
3232 script :
3333 # Exit devon4j folder
3434 - cd ..
Original file line number Diff line number Diff line change 2727 <revision >dev</revision >
2828 <changelist >-SNAPSHOT</changelist >
2929 <github .repository>devon4j</github .repository>
30- <github .default.branch>develop </github .default.branch>
30+ <github .default.branch>master </github .default.branch>
3131 <devon4j .version>${revision}${changelist} </devon4j .version>
3232 <spring .boot.version>2.3.3.RELEASE</spring .boot.version>
3333 <!-- Spring boot and spring cloud version has to match -->
You can’t perform that action at this time.
0 commit comments