Skip to content

fix post_receive hook and workers

Matthias Käppler requested to merge github/fork/jouve/fix_post_receive into master

Created by: jouve

Current master (80e984ee) spec is failing when PostReceive worker fail at filtering 'git base path'.

This fixes it by using $GL_REPO (= namespace/repo) instead of the full repo path. This removes the need to filter the git base path and final .git.

Merge request reports