Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
81dd9545
Commit
81dd9545
authored
Feb 12, 2016
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix logic with MVN_GOAL
parent
90e7fd8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+3
-2
No files found.
.travis.yml
View file @
81dd9545
...
...
@@ -15,7 +15,7 @@ before_install:
-
gem install asciidoctor
install
:
-
./mvnw install -P docs -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
-
'
[
"${MVN_GOAL}"
==
"deploy"
]
&&
./docs/src/main/asciidoc/ghpages.sh'
-
'
[
"${MVN_GOAL}"
==
"deploy"
]
&&
./docs/src/main/asciidoc/ghpages.sh
||
echo
"Not
updating
docs"
'
script
:
-
'
./mvnw
-s
.settings.xml
$MVN_GOAL
$MVN_PROFILE
-nsu
-Dmaven.test.redirectTestOutputToFile=true'
env
:
...
...
@@ -24,7 +24,8 @@ env:
-
GIT_EMAIL=dsyer@pivotal.io
-
CI_DEPLOY_USERNAME=buildmaster
-
FEATURE_BRANCH=$(echo ${TRAVIS_BRANCH} | grep "^.*/.*$" && echo
true
|| echo
false
)
-
MVN_GOAL=$([ "${TRAVIS_PULL_REQUEST}" == "false" -a "${TRAVIS_TAG}" == "" -a "${FEATURE_BRANCH}" == "false" ] && echo deploy || echo install)
-
SPRING_CLOUD_BUILD=$(echo ${TRAVIS_REPO_SLUG} | grep "^spring-cloud/.*$" && echo
true
|| echo
false
)
-
MVN_GOAL=$([ "${TRAVIS_PULL_REQUEST}" == "false" -a "${TRAVIS_TAG}" == "" -a "${FEATURE_BRANCH}" == "false" -a "${SPRING_CLOUD_BUILD}" == "true" ] && echo deploy || echo install)
-
VERSION=$(mvn validate | grep Building | head -1 | sed -e 's/.* //')
-
MILESTONE=$(echo ${VERSION} | egrep 'M|RC' && echo
true
|| echo
false
)
-
MVN_PROFILE=$([ "${MILESTONE}" == "true" ] && echo -P milestone)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment