Ver Fonte

Implement post-receive git hook

DricomDragon há 5 anos atrás
pai
commit
40af2d25c6
2 ficheiros alterados com 4 adições e 2 exclusões
  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