Closed kmala closed 8 years ago
cpu limit has to be string and int. TestCase:
deis limits:set -c cmd=125m git push deis master
this will fail before the fix with error Error running git receive hook [getting app config for classy-teamwork (json: cannot unmarshal string into Go value of type int)] and should pass after the fix
Error running git receive hook [getting app config for classy-teamwork (json: cannot unmarshal string into Go value of type int)]
I believe that this is fixed in the controller SDK. Do we want to merge this or simply merge #402
Let's go forward with #402 to fix this
yeah #402 should fix this. Closing this in favor of it.
cpu limit has to be string and int. TestCase:
this will fail before the fix with error
Error running git receive hook [getting app config for classy-teamwork (json: cannot unmarshal string into Go value of type int)]
and should pass after the fix