ci: build cmd/service package so all sources compile; gitignore .buildtools.yaml
openpayments-mock / check (pull_request) Successful in 1m31s
openpayments-mock / vulnerabilities (pull_request) Successful in 1m29s
openpayments-mock / build (pull_request) Successful in 1m39s
acctest Acceptance tests passed

This commit is contained in:
2026-06-14 21:44:45 +02:00
parent 65a2a57c1a
commit fa59fbe929
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -2,3 +2,4 @@
/service
/coverage.txt
/coverage.out
.buildtools.yaml
+1 -1
View File
@@ -15,7 +15,7 @@ RUN GOOS=linux GOARCH=amd64 go build \
-mod=readonly \
-o /release/service \
-ldflags "-w -s -X main.buildVersion=${CI_COMMIT}" \
./cmd/service/service.go
./cmd/service
FROM scratch
ENV TZ Europe/Stockholm