This is an automated email from the ASF dual-hosted git repository.
dragos pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git
The following commit(s) were added to refs/heads/master by this push:
new dfc8e90 create minio directory (#181)
dfc8e90 is described below
commit dfc8e90e9a407a4dcd65041bf8db30702f5bb476
Author: Justin Halsall <[email protected]>
AuthorDate: Tue Dec 4 14:43:32 2018 -0500
create minio directory (#181)
---
docker-compose/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 80e2564..48c19bc 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -207,6 +207,7 @@ setup:
rm -rf ~/tmp/openwhisk/api-gateway-config
mkdir -p ~/tmp/openwhisk/api-gateway-config/api-gateway
mkdir -p ~/tmp/openwhisk/api-gateway-ssl
+ mkdir -p ~/tmp/openwhisk/minio
cp -r ./apigateway/* ~/tmp/openwhisk/api-gateway-config/api-gateway/
cp -r ./apigateway/rclone ~/tmp/openwhisk
$(shell cat ~/tmp/openwhisk/local.env) docker-compose --project-name
openwhisk up minio 2>&1 > ~/tmp/openwhisk/setup.log &