1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00

fix zk path

This commit is contained in:
Tony
2019-11-05 14:32:00 +08:00
parent 6b412bb78a
commit 4f915134ab
+1 -1
View File
@@ -33,7 +33,7 @@ before_install:
- wget "http://apache.cs.utah.edu/zookeeper/zookeeper-${ZK_VERSION}/apache-zookeeper-${ZK_VERSION}-bin.tar.gz"
- tar -xvf "apache-zookeeper-${ZK_VERSION}-bin.tar.gz"
- mv apache-zookeeper-${ZK_VERSION}-bin zk
- chmod +x ./apache-zookeeper-${ZK_VERSION}-bin/bin/zkServer.sh
- chmod +x ./zk/bin/zkServer.sh
# Skip the install step. Don't `go get` dependencies. Only build with the code
# in vendor/