Closed hone closed 6 years ago
Heroku Container Registry doesn't run as root, so don't hard fail if chown fails.
@hone run test -z "$(bin/format | tee >(cat >&2))" on this branch and commit the diff (that's why CI is failing)
test -z "$(bin/format | tee >(cat >&2))"
Heroku Container Registry doesn't run as root, so don't hard fail if chown fails.