CentOS / container-pipeline-service

Code, infrastructure and deployment backend for the CentOS Container Pipeline backing up build system for registry.centos.org
https://registry.centos.org
GNU General Public License v3.0
49 stars 27 forks source link

Changed prebuild type to string from boolean #686

Closed bamachrn closed 5 years ago

bamachrn commented 5 years ago

While decoding data from API response JSON, golang is reading everything as string. So boolean value from API is being read as string. This is making the API reader to get inconsistent data from API. So changing all the API JSON data to string to make things consistent.

bamachrn commented 5 years ago

dotests

bamachrn commented 5 years ago

merging this, as this PR does not change anything from service side. And CI is failing to setup the OpenShift Cluster