I hereby claim:
- I am hatchan on github.
- I am hatchan (https://keybase.io/hatchan) on keybase.
- I have a public key ASBwP39FFVpC3OwThxCMHVelcRwShXePt1yebOlgYkVikAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| let g:go_fmt_command = "goimports" | |
| let g:go_fmt_options = "-srcdir " . expand("%:p:h") |
| box: ubuntu | |
| build: | |
| steps: | |
| - script: | |
| name: env | |
| code: env |
| box: ubuntu | |
| build: | |
| steps: | |
| - script: | |
| name: ls -la | |
| code: ls -la $WERCKER_CACHE_DIR | |
| - script: | |
| name: print | |
| code: echo "this is a test" > $WERCKER_CACHE_DIR/static |
| box: | |
| id: alpine | |
| cmd: /bin/sh | |
| build: | |
| steps: | |
| - script: | |
| name: echo | |
| code: echo it works |
| box: ubuntu | |
| build: | |
| steps: | |
| - script: | |
| name: build | |
| code: echo build | |
| deploy: | |
| steps: | |
| - script: |
| # box and services | |
| build: | |
| steps: | |
| - script: | |
| name: env | |
| code: env | |
| # More steps and deploy goes here |
| 0 info it worked if it ends with ok | |
| 1 verbose cli [ 'node', '/usr/bin/npm', 'i' ] | |
| 2 info using [email protected] | |
| 3 info using [email protected] | |
| 4 verbose node symlink /usr/bin/node | |
| 5 verbose install where, deps [ '/home/bvdberg/dev/wercker/docs', | |
| 5 verbose install [ '@local/doc-cards', | |
| 5 verbose install '@local/doc-quicklinks', | |
| 5 verbose install '@local/docs', | |
| 5 verbose install '@local/footer', |
| deploy: | |
| steps: | |
| - script: | |
| name: debug | |
| code: | | |
| echo $WERCKER_ROOT | |
| echo $WERCKER_SOURCE_DIR | |
| ls -la $WERCKER_ROOT | |
| ls -la $WERCKER_SOURCE_DIR |
| build: | |
| steps: | |
| - wercker/setup-go-workspace: | |
| package-dir: github.com/wercker/getting-started-golang |