diff --git a/Makefile b/Makefile index 84df4dbf3..3a0da91c4 100644 --- a/Makefile +++ b/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