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

add a more flexible case insensitive match to CI branch checks #2484

Merged
merged 1 commit into from
Jun 21, 2017

Conversation

jshimko
Copy link
Contributor

@jshimko jshimko commented Jun 21, 2017

This adds a slightly more flexible check for branch names in the CI Docker build script. It will now trigger a Docker build/test on the following branches:

- master
- development
- *docker* (case insensitive regex)
- *release* (case insensitive regex)

The motivation for this update was to include "release" branches since they get merged straight to master and could potentially not have a recent Docker build test.

@jshimko jshimko requested a review from aaronjudd June 21, 2017 16:11
@aaronjudd aaronjudd merged commit a7fec91 into Release-1.3.0 Jun 21, 2017
@aaronjudd aaronjudd deleted the ci-branch-checks branch June 21, 2017 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants