kbase / kb_sdk

Build and test new apps for the KBase platform
http://kbase.github.io/kb_sdk_docs
MIT License
27 stars 32 forks source link

Fix mounts for kb-sdk run #201

Closed MrCreosote closed 8 years ago

MrCreosote commented 8 years ago

Mounts specified in kb-sdk run -m [mounts] are now included in subjobs. Previously subjobs would not have access to the mounted directories, causing subjobs attempting to access files in the mounts to fail.

Also print out module info on first run.

Note that tests pass locally, travis is a liar

Note - this now includes https://github.com/kbase/kb_sdk/pull/203