You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
I'm beginning to think people should be able to do this:
build:
build_file: build.make
and this:
build:
build_file:
- build.make
- build-dev.make
User story: As a developer, I want to be able to do dev builds that point all the projects I maintain at the tip of the dev branches. Maintaining separate builmanager config files for this is a headache because it's easy for the files to get out of sync. I should be able to provide a list of possible make files, then drush should prompt me to select which I want to use when Build Manager discovers more than one option.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm beginning to think people should be able to do this:
and this:
User story: As a developer, I want to be able to do dev builds that point all the projects I maintain at the tip of the dev branches. Maintaining separate builmanager config files for this is a headache because it's easy for the files to get out of sync. I should be able to provide a list of possible make files, then drush should prompt me to select which I want to use when Build Manager discovers more than one option.
The text was updated successfully, but these errors were encountered: