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/11/28 15:24:16 UTC

[GitHub] Juice10 opened a new pull request #181: create minio directory

Juice10 opened a new pull request #181: create minio directory
URL: https://github.com/apache/incubator-openwhisk-devtools/pull/181
 
 
   On Travis CI a number of directories get created by rclone in docker-compose and this leads to issues as those directories get set to root and are then not able to be edited. https://github.com/apache/incubator-openwhisk-devtools/pull/178 fixed the `api-gateway-ssl`. This fixes the `minio` file.
   
   Travis CI Logs: https://travis-ci.org/apache/incubator-openwhisk-devtools/jobs/459983182#L617-L625
   ```
   ls -l ~/tmp/openwhisk
   /home/travis/tmp/openwhisk:
   total 24
   drwxrwxr-x 3 travis travis 4096 Nov 26 22:26 api-gateway-config
   drwxr-xr-x 2 root   root   4096 Nov 26 22:27 api-gateway-ssl
   -rw-rw-r-- 1 travis travis  109 Nov 26 22:26 local.env
   drwxr-xr-x 4 root   root   4096 Nov 26 22:27 minio
   drwxrwxr-x 2 travis travis 4096 Nov 26 22:26 rclone
   -rw-rw-r-- 1 travis travis 1904 Nov 26 22:27 setup.log
   ```
   
   It's not just a Travis CI problem. Some people have been experiencing issues due to the minio directory being created by rclone: https://github.com/apache/incubator-openwhisk-devtools/issues/116#issuecomment-442045047
   
   This PR fixes that.

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