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

Use custom named build config file #2

Merged
merged 1 commit into from
Oct 27, 2015
Merged

Conversation

arm4b
Copy link
Owner

@arm4b arm4b commented Oct 27, 2015

Drone v0.3 doesn't have build matrix support. v0.4 implements matrix support, but no parallel builds and linked services in config aren't compatible with docker-compose way when services are available by host.

This PR allows specifying custom name for .drone.yml - making possible several parallel builds with different config files, in our case:

  • .drone.debian.yml
  • .drone.ubuntu.yml
  • .drone.centos7.yml

Thus we can launch 3 different drone instances and have parallel builds.

Allows specifying custom name for `.drone.yml` - making possible several parallel builds
arm4b pushed a commit that referenced this pull request Oct 27, 2015
Use custom named build config file
@arm4b arm4b merged commit 6a7b02e into master Oct 27, 2015
@arm4b arm4b deleted the feature/drone-config-file branch October 27, 2015 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant