factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

beta5: booleans get converted to strings when using `alter_yaml_file` #141

Closed mgrsskls closed 3 years ago

mgrsskls commented 3 years ago

When using the latest beta (5), alter_yaml_file converts booleans to strings:

grumphp:
  tasks:
    npm_script:
      is_run_task: true

becomes

grumphp:
  tasks:
    npm_script:
      is_run_task: '1'

In this case grumphp will throw an error.

stmh commented 3 years ago

fixed in beta.6