rabbah commented on a change in pull request #2345: Add the support to install
the binaries from the new repo
URL:
https://github.com/apache/incubator-openwhisk/pull/2345#discussion_r121834176
##########
File path: ansible/group_vars/all
##########
@@ -1,6 +1,7 @@
mode: deploy
prompt_user: true
openwhisk_home: "{{ lookup('env', 'OPENWHISK_HOME')|default(playbook_dir +
'/..', true) }}"
+openwhisk_cli_home: "{{ lookup('env', 'OPENWHISK_CLI')|default(playbook_dir +
'/../../incubator-openwhisk-cli', true) }}"
Review comment:
shouldn't this be relative to this repo?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services