Jelajahi Sumber

Implement post-receive git hook

DricomDragon 5 tahun lalu
induk
melakukan
40af2d25c6
2 mengubah file dengan 4 tambahan dan 2 penghapusan
  1. 4 0
      ci/git-post-receive.bash
  2. 0 2
      ci/git-post-receive.fish

+ 4 - 0
ci/git-post-receive.bash

@@ -0,0 +1,4 @@
+#!/bin/bash
+# Git hook to be deployed on server to trigger ci job
+
+LAMINAR_REASON="Push to git repository" laminarc queue WebLand

+ 0 - 2
ci/git-post-receive.fish

@@ -1,2 +0,0 @@
-#!/usr/bin/fish
-# Git hook to be deployed on server to trigger ci job