Skip to content

Instantly share code, notes, and snippets.

@alexmuller
Last active August 29, 2015 14:13
Show Gist options
  • Save alexmuller/d571c031f6c89d98ebd6 to your computer and use it in GitHub Desktop.
Save alexmuller/d571c031f6c89d98ebd6 to your computer and use it in GitHub Desktop.
Drone examples

Documentation

Examples of GDS projects set up and passing with Drone

Images

Drone provides lots of images that you can use to specify your build. We recommend either using one of Drone's "nice" names for images (eg go1.2, node0.10, php5.5) or fully qualifying your image name (eg bradrydzewski/ruby:1.9.3, alphagov/something:0.0.1). If you specify just something:0.0.1 as an image name you run the risk of getting an image that's not created for Drone (eg doesn't have socat installed to connect to services).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment