Skip to content

Commit

Permalink
change to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Sep 29, 2019
1 parent 177d7d2 commit 388864a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion before_ut.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set zkJar=zookeeper-3.4.9-fatjar.jar
md remoting\zookeeper\zookeeper-4unittest\contrib\fatjar config_center\zookeeper\zookeeper-4unittest\contrib\fatjar registry\zookeeper\zookeeper-4unittest\contrib\fatjar
certutil.exe -urlcache -split -f https://github.com/dubbogo/resources/raw/master/zookeeper-4unitest/contrib/fatjar/%zkJar% remoting/zookeeper/zookeeper-4unittest/contrib/fatjar/%zkJar%
curl -L https://github.com/dubbogo/resources/raw/master/zookeeper-4unitest/contrib/fatjar/%zkJar% -o remoting/zookeeper/zookeeper-4unittest/contrib/fatjar/%zkJar%
xcopy /f "remoting/zookeeper/zookeeper-4unittest/contrib/fatjar/%zkJar%" "config_center/zookeeper/zookeeper-4unittest/contrib/fatjar/"
xcopy /f "remoting/zookeeper/zookeeper-4unittest/contrib/fatjar/%zkJar%" "registry/zookeeper/zookeeper-4unittest/contrib/fatjar/"

0 comments on commit 388864a

Please sign in to comment.