novel-stats/.drone.yml

13 lines
168 B
YAML
Raw Permalink Normal View History

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