novel-stats/.drone.yml

13 lines
168 B
YAML
Raw Permalink Normal View History

2021-10-22 13:59:21 -07:00
kind: pipeline
2023-10-23 19:23:52 -07:00
name: python-3-11-alpine-3-18
2021-10-22 13:59:21 -07:00
clone:
skip_verify: true
steps:
- name: build
2023-10-23 19:23:52 -07:00
image: alpine:3.18
2021-10-22 13:59:21 -07:00
pull: always
commands:
- tests/run-ci-tests