Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 420 Bytes

File metadata and controls

19 lines (12 loc) · 420 Bytes

gitlab-simple-hook

This is simple GitLab Web Hooks scripts.

Install

cp config.ini.sample config.ini
vi config.ini # edit mail address and other variables.
cp projects.ini.sample projects.ini
vi projects.ini # edit project information
chmod o+w repositories

Setup & Test

  1. Login to GitLab.
  2. Add the URL of hook.php to Add Web Hook Form in project hooks page.
  3. Push test commit.