mirror of
https://github.com/KevinMidboe/testost.git
synced 2025-10-29 01:40:18 +00:00
14 lines
166 B
YAML
14 lines
166 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: amd64
|
|
|
|
steps:
|
|
- name: greeting
|
|
image: maze/drone-python
|
|
commands:
|
|
- echo hello world
|