cinderella

[unmaintained] simple CI engine
Log | Files | Refs | README | LICENSE

commit 49ee6a80e8c13d435b250d7900eac47eb4c4e629
parent 672809cf8eb1b7255d741b0bf654135cccfcd14d
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sun,  8 Dec 2019 12:47:22 +0100

fix post-update script to use 'run' command

Diffstat:
Mhooks/post-update | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hooks/post-update b/hooks/post-update @@ -12,4 +12,4 @@ source /home/$user/.bash_profile branch=$(basename "$1") echo "Will build branch $branch" -nohup /opt/cinderella/cinderella "$PWD" --branch "$branch" &>/dev/null & +nohup /opt/cinderella/cinderella run "$PWD" --branch "$branch" &>/dev/null &