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/03/05 09:31:16 UTC

[GitHub] ningyougang commented on issue #3380: Generate build relative files local

ningyougang commented on issue #3380: Generate build relative files local
URL: https://github.com/apache/incubator-openwhisk/pull/3380#issuecomment-370359966
 
 
   @markusthoemmes ,can you look at this, if `deployment node and target node are in same machine`, 
   below ansible task has no problem
   ```
   - name: "Copy expanded archive to final configuration directory"
     copy:
       #  WARNING:  The trailing slash is significant, signalling to copy contents
       src: "{{ openwhisk_build_dir }}/{{ openwhisk_cli.archive_name }}/"
       dest: "{{ openwhisk_cli.nginxdir.name }}"
   ```
   but if deployment node and target node are in different machines, will report `report Unable to find '{}' in expected paths error.`
   
   So submit a patch to solve the problem.
   

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