File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ WORKDIR /app
45
45
COPY --from=builder-web /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
46
46
COPY --from=builder-web /go/bin/git-web ./git-web
47
47
48
- CMD ["/app/web" ]
48
+ CMD ["/app/git- web" ]
49
49
50
50
FROM scratch as release-ssh
51
51
Original file line number Diff line number Diff line change @@ -63,7 +63,11 @@ <h3 class="text-lg text-transform-none mono"><a href="#{{$patch.Url}}">{{$patch.
63
63
< code class ="pill-admin "> -{{.Dels}}</ code >
64
64
</ div >
65
65
</ summary >
66
+ {{if .IsBinary}}
67
+ < div > < pre > Binaries are not rendered as diffs.</ pre > </ div >
68
+ {{else}}
66
69
< div > {{.DiffText}}</ div >
70
+ {{end}}
67
71
</ details >
68
72
{{else}}
69
73
< details class ="details-min " open ="true " id ="patch-{{$patch.ID}}-{{.OldName}} ">
@@ -75,7 +79,11 @@ <h3 class="text-lg text-transform-none mono"><a href="#{{$patch.Url}}">{{$patch.
75
79
< code class ="pill-admin "> -{{.Dels}}</ code >
76
80
</ div >
77
81
</ summary >
82
+ {{if .IsBinary}}
83
+ < div > < pre > Binaries are not rendered as diffs.</ pre > </ div >
84
+ {{else}}
78
85
< div > {{.DiffText}}</ div >
86
+ {{end}}
79
87
</ details >
80
88
{{end}}
81
89
{{end}}
You can’t perform that action at this time.
0 commit comments