10 lines
113 B
YAML
10 lines
113 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: test
|
||
|
image: python3
|
||
|
commands:
|
||
|
- python3 test.py
|