Skip to content

pre-push hook is broken #3435

@Kevlar

Description

@Kevlar

What happened:

$ git push personal
.git/hooks/pre-push: line 11: ./verify/verify-boilerplate.sh: No such file or directory

What you expected to happen:
Successful execution of pre-push hook

How to reproduce it (as minimally and precisely as possible):

$ git clone [email protected]:kubernetes/perf-tests.git
$ cd perf-tests
$ cp _hook/pre-push .git/hooks/pre-push
$ git remote add <remote name> <somewhere you have permission to push>
$ git push <above remote name>

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version): n/a
  • Cloud provider or hardware configuration: n/a
  • OS (e.g: cat /etc/os-release): Ubuntu 24.04.2 LTS
  • Kernel (e.g. uname -a): 6.11.0-26-generic
  • Install tools: git
  • Network plugin and version (if this is a network-related bug): n/a
  • Others:

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions