Created
September 30, 2014 16:53
-
-
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
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: 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