TimJones / snapci-resource

A Snap-CI resource for Concourse CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concourse CI fails get

TimJones opened this issue · comments

When Concourse CI runs the get process, it fails with json: cannot unmarshal number into Go value of type string

In the SnapCI pipeline JSON, the counter is a numeric type, but the ConcourseCI metadata is expecting a string type. It needs to be converted.