factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

Recent changes to phab prevent inheriting environment variables from the container #104

Closed stmh closed 4 years ago

stmh commented 4 years ago

if your setup depends on environment variables there might be a chance that the environment variables defined in the docker container might not be available when running e.g. drush interactively.

to reproduce set

executables:
  drush: env && drush

and run phab -cxx drush status it wont list all the env-vars available in the container.