walter-cd / walter

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

Read environment variables with $XXXXX as well as ${env.XXXXX} in pipeline.yml #83

Closed mizzy closed 9 years ago

mizzy commented 9 years ago

It is useful that Walter can read environment variables like $XXXXX instead of ${env.XXXXX} in pipeline.yml.

Because we can write shell commands in pipeline.yml and we usually write environment variables like $XXXXX in shell commands.

takahi-i commented 9 years ago

Fixed with #86