phnmnl / wft4galaxy

Testing module for Galaxy workflows
Other
10 stars 4 forks source link

Testability: introduces building docker images from local code #44

Closed ilveroluca closed 6 years ago

ilveroluca commented 6 years ago

This PR refactors the docker image building and testing scripts to support building the wft4galaxy docker image from any local wft4galaxy code directory which is not necessarily a git repository. The travis test configuration is also modified to use this strategy rather than cloning a remove repository. This strategy is required to support testing pull requests from branches that don't exist in the destination repository.