From 634ecf512e56f5895ebb6c59fbc7ccd93fbc6968 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Thu, 30 Nov 2023 15:04:16 -0500 Subject: [PATCH] Try older image --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index feb53cc..285cb6f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,10 +4,10 @@ name: CI Test Pipeline steps: - name: Unit Tests - image: python:3.11-bookworm + image: python:3.11-bullseye commands: -# - bash -c './scripts/run_unit_tests.sh' - - bash -c 'sleep 100000' + - bash -c './scripts/run_unit_tests.sh' + # - bash -c 'sleep 100000' trigger: event: