Skip to content

Instantly share code, notes, and snippets.

@tboerger
Created October 9, 2019 13:01
Show Gist options
  • Save tboerger/ebedd77794dce2b1f898a25f94114461 to your computer and use it in GitHub Desktop.
Save tboerger/ebedd77794dce2b1f898a25f94114461 to your computer and use it in GitHub Desktop.
Drone YAML example for Exec runner
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
commands:
- echo hello world
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment