Some checks reported errors
continuous-integration/drone/push Build encountered an error
8 lines
No EOL
105 B
YAML
8 lines
No EOL
105 B
YAML
type: docker
|
|
|
|
steps:
|
|
- name: greeting
|
|
image: python:3.11-slim
|
|
commands:
|
|
- echo hello
|
|
- echo world |