From 54145d5350a2ad6ad912851baf222a122b122875 Mon Sep 17 00:00:00 2001 From: Ryan howard Date: Thu, 14 Mar 2024 15:00:47 -0400 Subject: [PATCH] make sure the custom beta directory exists before pushing --- hardware-testing/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hardware-testing/Makefile b/hardware-testing/Makefile index cc6bb9f1745d..b15899e7c7f3 100755 --- a/hardware-testing/Makefile +++ b/hardware-testing/Makefile @@ -284,7 +284,8 @@ sync-ot3: sync-sw-ot3 sync-fw-ot3 .PHONY: push-ot3-gravimetric push-ot3-gravimetric: $(MAKE) push-ot3 - scp $(ssh_helper_ot3) -r hardware_testing/labware root@$(host):/data/labware/v2/custom_definitions/custom_beta/ + ssh $(ssh_helper_ot3) root@$(host) "mkdir -p /data/labware/v2/custom_definitions/custom_beta" + scp $(ssh_helper_ot3) -r hardware_testing/labware/* root@$(host):/data/labware/v2/custom_definitions/custom_beta/ .PHONY: apply-patches-gravimetric apply-patches-gravimetric: