Skip to content

Commit b913554

Browse files
committed
remove intermediate output folder name
1 parent 89f011c commit b913554

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

make.bat

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@ECHO off
2-
SET MD=output
3-
SET PACKAGE_NAME=patroni-win-x64
2+
SET MD=patroni-win-x64
43
SET ETCD_REF=https://github.com/etcd-io/etcd/releases/download/v3.3.13/etcd-v3.3.13-windows-amd64.zip
54
SET PATRONI_REF=https://github.com/zalando/patroni/archive/v1.5.6.zip
65

@@ -32,5 +31,4 @@ CALL venv\Scripts\deactivate || EXIT /B 1
3231

3332
MOVE venv ..\%MD%\venv
3433
CD ..
35-
MOVE patroni %MD%\patroni
36-
MOVE %MD% %PACKAGE_NAME%
34+
MOVE patroni %MD%\patroni

0 commit comments

Comments
 (0)