File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11version : " 1"
22rules :
3- - base : main
3+ - base : origin
44 upstream : krau:main # change `wei` to the owner of upstream repo
55 mergeMethod : merge
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1313 CGO_ENABLED=0 \
1414 go build -trimpath \
1515 -ldflags "-s -w \
16- -X github.com/krau/SaveAny-Bot /common.Version=${VERSION} \
17- -X github.com/krau/SaveAny-Bot /common.GitCommit=${GitCommit} \
18- -X github.com/krau/SaveAny-Bot /common.BuildTime=${BuildTime}" \
16+ -X github.com/krau/Cosr-Backup /common.Version=${VERSION} \
17+ -X github.com/krau/Cosr-Backup /common.GitCommit=${GitCommit} \
18+ -X github.com/krau/Cosr-Backup /common.BuildTime=${BuildTime}" \
1919 -o saveany-bot .
2020
2121FROM alpine:latest
You can’t perform that action at this time.
0 commit comments