Add the Gitea web hooks.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
. /home/kaizen/.bashrc
|
||||
set -e
|
||||
cd /home/kaizen/repos/ChatMastermind
|
||||
git pull
|
||||
pytest
|
||||
Reference in New Issue
Block a user