-
Notifications
You must be signed in to change notification settings - Fork 185
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
Ability to supply ENV variables #108
Labels
Comments
REBELinBLUE
added a commit
that referenced
this issue
Dec 31, 2015
Addressed in #141 |
REBELinBLUE
added a commit
that referenced
this issue
Dec 31, 2015
REBELinBLUE
added a commit
that referenced
this issue
Dec 31, 2015
REBELinBLUE
added a commit
that referenced
this issue
Jan 8, 2016
REBELinBLUE
added a commit
that referenced
this issue
Jan 8, 2016
* master: Small copy changes Added missing delete option Added missing docblock Silence PHPMD warning about number of children Manage environmental variables. Added missing newline Clean up some StyleCI violations Added UI to manage variables Tweak DB seeder Adding environmental variables for #133 and #108 Updated dependencies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It might be worth being able to configure ENV variables which are set automatically before running each step
For example, I believe you need to supply
SYMFONY_ENV
when running composer for a symfony install, and on one of my own projects I need to setCOMPOSER_PROCESS_TIMEOUT
due to the server being in New Zealand but depending ondev-master
from a repo hosted in London.The text was updated successfully, but these errors were encountered: