elsevier-research / wercker-aws-ecs

5 stars 24 forks source link

add optional minimum tasks running #3

Closed toonverbeek closed 9 years ago

toonverbeek commented 9 years ago

This patch allows the user to specify the minimum-running-tasks in the wercker.yml, and it will actually pass it through to the python script (which was not happening before).

Also moves the logic of the default value for this paramater to the bash script.