walter-cd / walter

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

Support only_if #91

Closed takahi-i closed 9 years ago

takahi-i commented 9 years ago

Ref #84

takahi-i commented 9 years ago

The following is a smple of pipeline config with only_if attribute.

 pipeline:
     - stage_name: command_stage_1
       stage_type: command
       command: echo "hello, world" $USER
      only_if: test $USER = takahi-i