Skip to content

Commit 650557c

Browse files
arschlesAaron Schlesinger
authored andcommitted
doc(run.go): port comment over from the shell script
1 parent e1e06f0 commit 650557c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/gitreceive/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ func Run(conf *Config) error {
7474
if err := receive(conf, builderKey, newRev); err != nil {
7575
return err
7676
}
77+
// if we're processing a receive-pack on an existing repo, run a build
7778
if strings.HasPrefix(conf.SSHOriginalCommand, "git-receive-pack") {
7879
if err := build(conf, builderKey, newRev); err != nil {
7980
return err

0 commit comments

Comments
 (0)