houshengbo commented on a change in pull request #2339: change dir to untar cli 
in ansible
URL: 
https://github.com/apache/incubator-openwhisk/pull/2339#discussion_r120794803
 
 

 ##########
 File path: ansible/roles/cli/tasks/download_openwhisk_cli.yml
 ##########
 @@ -55,13 +55,14 @@
     headers: "{{ headers }}"
     mode: 0755
 
-- name: "unarchive cli ({{ os }}) {{ arc }}"
+- name: "unarchive cli ({{ os }}) {{ arc }} for not linux"
   unarchive:
     src: "{{ cli.nginxdir }}/{{ os }}/{{ arc }}/{{ dest_name }}"
 
 Review comment:
   This PR will not work either. I have forced Linux to use this line to untar, 
and it did not work either, still not found the path.
 
----------------------------------------------------------------
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

Reply via email to