Updating for Drone CI

master
Drew Bednar 1 year ago
parent 4ff18bd8bd
commit 89887491d8

@ -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'

Loading…
Cancel
Save