.drone.yml: Fix job name

This commit is contained in:
Alan Orth 2021-11-09 17:36:48 +02:00
parent 4c5326a176
commit 4fd8af07c3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
kind: pipeline
type: docker
name: python10
name: python310
steps:
- name: setup