Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stabilizing Travis and Maven builds #454

Merged
merged 3 commits into from Jul 28, 2017

Conversation

michael-mclawhorn
Copy link
Contributor

#453

We have an issue where if a branch is a /subtring/ of a whitelisted travis branch( e.g. branch 'ast' and our whitelist branch 'master'), it will be treated like master for purpose of triggering release on push.

Copy link
Contributor

@QubitPi QubitPi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 on build pass

@@ -48,8 +48,8 @@ if [[ ${MAVEN_RETURN_CODE} -ne 0 ]]; then
fi

# Only publish whitelisted branches
WHITELISTED=$(echo ${PUBLISH_WHITELIST} | grep ${TRAVIS_BRANCH})
if [[ "${WHITELISTED}" == "" ]]; then
WHITELISTED=$(for a in ${PUBLISH_WHITELIST}; do if [ ${TRAVIS_BRANCH} = ${a} ]; then echo true; fi; done;)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be nice if a was something like branch, but 👍

@kevinhinterlong
Copy link
Member

kevinhinterlong commented Jul 28, 2017

It appears the builds are still having some problems (#449 built fine with the new changes). This seems to be a problem with the surefire plugin

Switchinig to openJdk
@michael-mclawhorn michael-mclawhorn changed the title Release branch lazy string processing bug Stabilizing Travis and Maven builds Jul 28, 2017
@michael-mclawhorn michael-mclawhorn merged commit f795b37 into master Jul 28, 2017
@michael-mclawhorn michael-mclawhorn deleted the FixDeploymentSecurityBug branch July 28, 2017 20:28
saiyan86 pushed a commit to saiyan86/fili that referenced this pull request Aug 28, 2017
* Tweaking the memory
*Switching to openJdk
*Fixing whitelist branch bug
* Cleaned up duplicated dependency warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants