This commit is contained in:
parent
b7fc930486
commit
6b2826d7f8
1 changed files with 11 additions and 0 deletions
11
.automation.yml
Normal file
11
.automation.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: python:3.11-slim
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
- python example.py
|
||||
Loading…
Reference in a new issue