Skip to content

fly set-pipeline shows unneccessary diffs for large numbers #1952

@JohannesRudolph

Description

@JohannesRudolph

Bug Report

The fly cli incorrectly renders diffs for large numbers when invoking fly set-pipeline, even though the numbers didn't change in the pipeline .yml definition.

For example, this yaml:

        params:
          delete_after: 2592000

renders this diff:

        params:
          delete_after: 2.592e+06
          delete_after: 2592000
  • Concourse version: 3.8

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions