commit | d9039313202dfb6adaf890674abdd8ee6aec940d | [log] [tgz] |
---|---|---|
author | phajdan.jr <phajdan.jr@chromium.org> | Wed Apr 27 09:24:43 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 27 09:24:43 2016 |
tree | 3e712a8b62e82f06ace6e8d19c1bbe326c96a0bc | |
parent | 2f86f02a302172514bf282684e0a4aa18b683e41 [diff] |
recipe engine: remove explicit cwd default in step recipe module This was added in https://codereview.chromium.org/1115453002 to run on swarming. We no longer need this, because we're using kitchen with swarmbucket now, which is a different environment. This is a step towards removing infra-specific paths from the recipe engine. BUG=chromium:605919 Review URL: https://codereview.chromium.org/1925593002
Recipes are a domain-specific language (embedded in python) for specifying sequences of subprocess calls in a cross-platform and testable way.