mirror of
https://github.com/rclone/rclone.git
synced 2024-11-28 11:25:18 +01:00
build: fix fetch_binaries not to fetch test binaries
This commit is contained in:
parent
e2a2eb349f
commit
f5795db6d2
2
Makefile
2
Makefile
@ -194,7 +194,7 @@ endif
|
|||||||
|
|
||||||
# Fetch the binary builds from travis and appveyor
|
# Fetch the binary builds from travis and appveyor
|
||||||
fetch_binaries:
|
fetch_binaries:
|
||||||
rclone -P sync $(BETA_UPLOAD) build/
|
rclone -P sync --exclude "/testbuilds/**" --delete-excluded $(BETA_UPLOAD) build/
|
||||||
|
|
||||||
serve: website
|
serve: website
|
||||||
cd docs && hugo server -v -w
|
cd docs && hugo server -v -w
|
||||||
|
Loading…
Reference in New Issue
Block a user