10 lines
No EOL
140 B
YAML
10 lines
No EOL
140 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: run-on-docker
|
|
|
|
steps:
|
|
- name: greeting
|
|
image: python:3.11-slim
|
|
commands:
|
|
- echo hello
|
|
- echo world |