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

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


The following commit(s) were added to refs/heads/master by this push:
     new 57dc701  Bugfix: change dir  apisix into incubator-apisix (#762)
57dc701 is described below

commit 57dc701937b6b246d56cb0b3de9decc7e43145df
Author: Lien <lilien1...@users.noreply.github.com>
AuthorDate: Wed Oct 30 20:13:43 2019 +0800

    Bugfix: change dir  apisix into incubator-apisix (#762)
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 2b3fa00..dfc0658 100644
--- a/Makefile
+++ b/Makefile
@@ -91,9 +91,8 @@ install:
 ifneq ($(WITHOUT_DASHBOARD),1)
        $(INSTALL) -d /usr/local/apisix/dashboard
        cd `mktemp -d /tmp/apisix.XXXXXX` && \
-               git clone https://github.com/apache/incubator-apisix.git && \
+               git clone https://github.com/apache/incubator-apisix.git apisix 
--recursive && \
                cd apisix && \
-               git submodule update --init --recursive && \
                cp -r dashboard/* /usr/local/apisix/dashboard
        chmod -R 755 /usr/local/apisix/dashboard
 endif

Reply via email to