novel-stats/.drone.yml
Dan Helfman aedc583fe8
All checks were successful
continuous-integration/drone/push Build is passing
Try a newer version of Alpine.
2023-10-23 19:23:52 -07:00

13 lines
168 B
YAML

kind: pipeline
name: python-3-11-alpine-3-18
clone:
skip_verify: true
steps:
- name: build
image: alpine:3.18
pull: always
commands:
- tests/run-ci-tests