Created
October 9, 2019 13:01
-
-
Save tboerger/ebedd77794dce2b1f898a25f94114461 to your computer and use it in GitHub Desktop.
Drone YAML example for Exec runner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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