You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/02/22 02:24:58 UTC

[incubator-openwhisk-devtools] branch master updated: updated setup scripts to the latest changes (#99)

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

csantanapr 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 f299933  updated setup scripts to the latest changes (#99)
f299933 is described below

commit f299933d0b6d6a6375256e074814c6b95ee26973
Author: ddragosd <dd...@gmail.com>
AuthorDate: Wed Feb 21 18:24:56 2018 -0800

    updated setup scripts to the latest changes (#99)
---
 docker-compose/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 3dd1019..d4d8931 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -144,7 +144,7 @@ check-kafka-ports:
 .PHONY: setup
 setup:
 	mkdir -p ~/tmp/openwhisk/apigateway/ssl
-	cd $(PROJECT_HOME)/ansible/roles/nginx/files/ && ./genssl.sh $(DOCKER_HOST_IP) server
+	$(PROJECT_HOME)/ansible/files/genssl.sh $(DOCKER_HOST_IP) server $(PROJECT_HOME)/ansible/roles/nginx/files
 	cp $(PROJECT_HOME)/ansible/roles/nginx/files/*.pem ~/tmp/openwhisk/apigateway/ssl
 	cp -r ./apigateway/* ~/tmp/openwhisk/apigateway/
 	> ~/tmp/openwhisk/local.env

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