You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/04 08:46:48 UTC

[GitHub] daisy-ycguo opened a new pull request #436: Support sub directory in git repo as a dependency project

daisy-ycguo opened a new pull request #436: Support sub directory in git repo as a dependency project
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/436
 
 
   Address issue #430 
   
   It can be tested by:
   ```
   ./wskdeploy -m tests/usecases/dependency/manifest.yaml
   ```
   
   In this use case, a new dependency to a sub directory of a repo is added, in order to test the function.
   ```
   package:
     name: opentest
     dependencies:
       myhelloworld:
         location: github.com/daisy-ycguo/wskdeploy-test/helloworld
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services