From f5795db6d2fb6b321f0568c418ea86698fa11490 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 13 Apr 2019 13:08:53 +0100 Subject: [PATCH] build: fix fetch_binaries not to fetch test binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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