Skip to content

Instantly share code, notes, and snippets.

@gboddin
Created August 14, 2017 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gboddin/86267a360cb09f56666dab518eaa1423 to your computer and use it in GitHub Desktop.
Save gboddin/86267a360cb09f56666dab518eaa1423 to your computer and use it in GitHub Desktop.
a sample .drone.yaml
pipeline:
hello:
image: fpfis/php56-dev
commands:
- composer --version
- echo "Hello world from a gist"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment