Skip to content

Instantly share code, notes, and snippets.

@hatchan
Created October 9, 2015 07:27
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 hatchan/c22d54d62c3a5430e94d to your computer and use it in GitHub Desktop.
Save hatchan/c22d54d62c3a5430e94d to your computer and use it in GitHub Desktop.
Using a Alpine container with wercker
box:
id: alpine
cmd: /bin/sh
build:
steps:
- script:
name: echo
code: echo it works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment