totem / totem.github.io

Totem documentation, issues, guides.
http://totem.github.io
3 stars 1 forks source link

Orchestrator: deployment check attempts template not working #26

Closed sukrit007 closed 9 years ago

sukrit007 commented 9 years ago

Given: Deployment with check attempts using template

deployers:
  default:
    deployment:
      check:
        attempts: "{{ check_attempts}}"

When: I deploy the deployment using orchestrator

Then: Deploy fails due to number validation error.

Expected: Orchestrator should have converted the string values to number