From 89887491d89ba25c0e409f4f4ef3100c6e501fb6 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Thu, 30 Nov 2023 14:06:35 -0500 Subject: [PATCH] Updating for Drone CI --- .drone.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 27b9bb5..054c896 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,13 +3,8 @@ type: docker name: CI Test Pipeline steps: -- name: greeting - image: alpine - commands: - - echo "Welcome to drone\n" - - name: Unit Tests - image: python:3.11-bullseye + image: python:3.11-bookworm commands: - bash -c './scripts/run_unit_tests.sh'