You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/03/06 17:09:48 UTC

[incubator-openwhisk] branch master updated: set tar target cli directory permissions (#3399)

This is an automated email from the ASF dual-hosted git repository.

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new e5d4803  set tar target cli directory permissions (#3399)
e5d4803 is described below

commit e5d480353a45d07e8c716e37c959b701d1c164af
Author: Mark Deuser <md...@us.ibm.com>
AuthorDate: Tue Mar 6 12:09:45 2018 -0500

    set tar target cli directory permissions (#3399)
---
 ansible/roles/cli/tasks/deploy.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/roles/cli/tasks/deploy.yml b/ansible/roles/cli/tasks/deploy.yml
index 8591263..b2c51d1 100644
--- a/ansible/roles/cli/tasks/deploy.yml
+++ b/ansible/roles/cli/tasks/deploy.yml
@@ -14,6 +14,7 @@
   file:
     path: "{{ openwhisk_build_dir }}/{{ openwhisk_cli.archive_name }}"
     state: directory
+    mode: 0777
 
 #
 #  Why are we unarchiving into the build directory instead of directly into

-- 
To stop receiving notification emails like this one, please contact
dubeejw@apache.org.