Skip to content

Instantly share code, notes, and snippets.

@hatchan
Created September 30, 2014 16:53
Show Gist options
  • Save hatchan/313dd9d0d5870b40a21f to your computer and use it in GitHub Desktop.
Save hatchan/313dd9d0d5870b40a21f to your computer and use it in GitHub Desktop.
Example wercker.yml showing the `cwd` property. The first will use `$WERCKER_SOURCE_DIR` as the working directory. The second one will use the `src` relative path as the source dir. See: http://devcenter.wercker.com/articles/steps/#toc_2
box: wercker/rvm
build:
steps:
- bundle-install
- bundle-install:
cwd: src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment