Created
October 9, 2015 07:27
-
-
Save hatchan/c22d54d62c3a5430e94d to your computer and use it in GitHub Desktop.
Using a Alpine container with wercker
This file contains hidden or 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
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