Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 59ce593

Browse files
committed
build golangci-api-pull-analyzes-recover
1 parent ba9e131 commit 59ce593

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ if [ $1 = "api" ]; then
1111
GO111MODULE=on GOOS=linux CGO_ENABLED=0 GOARCH=amd64 \
1212
go build -o golangci-api-dlq-consumer \
1313
./scripts/consume_dlq/main.go
14+
GO111MODULE=on GOOS=linux CGO_ENABLED=0 GOARCH=amd64 \
15+
go build -o golangci-api-pull-analyzes-recover \
16+
./scripts/recover_pull_analyzes/main.go
1417
fi
1518

1619
GO111MODULE=on GOOS=linux CGO_ENABLED=0 GOARCH=amd64 \

0 commit comments

Comments
 (0)