12 lines
No EOL
136 B
YAML
12 lines
No EOL
136 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: arm64
|
|
|
|
steps:
|
|
- name: test
|
|
image: python
|
|
commands:
|
|
- python example.py |