Closed igorwwwwwwwwwwwwwwwwwwww closed 6 years ago
I noticed that we should already be installing jq here: https://github.com/travis-ci/job-board/blob/master/script/sync-images#L139, so I'd be curious to first find out what went wrong there before replacing the behaviour.
Oh, on second thought, I guess the command not found
message is the output from the initial check (jq --version
), before we actually install jq.
That being said, I think I like the buildpack idea better than the current approach.
ah, totally missed that, very nice find!
i'm happy to drop the apt buildpack and instead change the check to use command -v
. awaiting @meatballhat input. :)
Closing stale PR.
the script for syncing the images that runs on heroku is currently erroring out with:
this change, as well as:
should ensure that jq is installed.