walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

cwd support for command type #82

Closed mizzy closed 9 years ago

mizzy commented 9 years ago

Wercker supports cwd for setting current working direcotry when running command like this.

build:
  steps:
    - script:
        name: Run command
        code: command foo bar
        cwd: $HOME

I need this feature with walter.

takahi-i commented 9 years ago

This issue was fixed with #92.