Skip to content

Commit

Permalink
make sure the custom beta directory exists before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Mar 14, 2024
1 parent a7d556c commit 54145d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hardware-testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54145d5

Please sign in to comment.