You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/28 18:23:44 UTC

[GitHub] chetanmeh edited a comment on issue #3823: Install wskadmin-next module in other OpenWhisk projects

chetanmeh edited a comment on issue #3823: Install wskadmin-next module in other OpenWhisk projects
URL: https://github.com/apache/incubator-openwhisk/issues/3823#issuecomment-401127505
 
 
   There is another option 
   
   **D - Install admin module upon test module install**
   
   This can be done in main repo itself by adding below to tests/build.gradle
   
       install.dependsOn ':tools:admin:install'
   
   This would ensure that admin module is also installed when test module is installed. Benefit of this approach is that fix is needed at only one place (in core repo) and be applicable to others.
   
   We can use this is a temp workaround untill we fix build steps for other repos. See PR #3824

----------------------------------------------------------------
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