build: fix fetch_binaries not to fetch test binaries

This commit is contained in:
Nick Craig-Wood 2019-04-13 13:08:53 +01:00
parent e2a2eb349f
commit f5795db6d2
1 changed files with 1 additions and 1 deletions

View File

@ -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