ソースを参照

Implement post-receive git hook

DricomDragon 5 年 前
コミット
40af2d25c6
2 ファイル変更4 行追加2 行削除
  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