cinderella

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

commit ea17efbf1742c14c189babf96e347e23e924b014
parent df3f2fe4e55abd4e18222ed53405bc0c80d0f5a1
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sat, 21 Sep 2019 23:02:48 +0200

clarify under which user the hook runs

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

diff --git a/hooks/post-update b/hooks/post-update @@ -1,5 +1,5 @@ #!/bin/bash -# Execute Cinderella continuous integration with the current user. +# Execute Cinderella continuous integration with the user performing the push. # Sources the user's .bash_profile. This is e.g. required for rust toolchains # that were installed with rustup.