Skip to content

jq, bc, and less commands not found

Hello,

I ran into an issue running this in a pipeline where jq, bc, and less packages were not found. Error was /usr/local/bin/ecs: line 28: jq:command not found for example.

Forked and made the following fix which worked for me: bblaine/cloud-deploy@6641840f

Also see that jq was added back in a recent commit but I still had to install bc and less packages.

Edited by Brian Blaine