aegir-project / dockerfiles

Official dockerfiles for Aegir.
https://hub.docker.com/r/aegir/hostmaster/
MIT License
21 stars 11 forks source link

Use provision from pull request branch #4

Closed helmo closed 8 years ago

helmo commented 8 years ago

docker-entrypoint.sh used drush dl to download drush, but I don't think that supports feature branches.

We'd need this for https://github.com/aegir-project/provision/pull/2

jonpugh commented 8 years ago

It only runs if provision is not found.

For the tests, provision is mounted in place before the entrypoint script runs, so the submitted code is what gets tested.

I have to do one last round of testing to ensure pull requests from forked repos test properly, but this is already resolved.