From 470f278f97aac72ede6acd881af4c39ba7a84581 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Thu, 30 Nov 2023 14:58:32 -0500 Subject: [PATCH] Live troubleshooting --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 054c896..feb53cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,8 @@ steps: - name: Unit Tests image: python:3.11-bookworm commands: - - bash -c './scripts/run_unit_tests.sh' +# - bash -c './scripts/run_unit_tests.sh' + - bash -c 'sleep 100000' trigger: event: