Skip to content

Install lefthook tools in Gitpod image

What does this MR do and why?

Installs tools for lefthook to pass in Gitpod.

#1666

How to set up and validate locally

  1. Open in Gitpod some old branch
  2. Rebase it against latest main
  3. Try to push it so that lefthook triggers
  4. Watch no lefthook errors are reported

To test that image builds successfully from within Gitpod.

docker build -f .gitpod.Dockerfile -t gitpod .
Edited by Anatoli Babenia

Merge request reports