build: fix fetch_binaries not to fetch test binaries
This commit is contained in:
parent
e2a2eb349f
commit
f5795db6d2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -194,7 +194,7 @@ endif
|
|||
|
||||
# Fetch the binary builds from travis and appveyor
|
||||
fetch_binaries:
|
||||
rclone -P sync $(BETA_UPLOAD) build/
|
||||
rclone -P sync --exclude "/testbuilds/**" --delete-excluded $(BETA_UPLOAD) build/
|
||||
|
||||
serve: website
|
||||
cd docs && hugo server -v -w
|
||||
|
|
Loading…
Reference in a new issue