mirror of
https://github.com/KevinMidboe/testost.git
synced 2025-10-29 18:00:17 +00:00
Create .drone.yml
This commit is contained in:
16
.drone.yml
Normal file
16
.drone.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
commands:
|
||||
- echo hello world
|
||||
- name: py_run
|
||||
commands:
|
||||
- python3 foo.py
|
||||
Reference in New Issue
Block a user