ci: build the cmd/service package; gitignore .buildtools.yaml (#11)
openpayments-mock / check (push) Has been skipped
openpayments-mock / vulnerabilities (push) Has been skipped
openpayments-mock / build (push) Successful in 1m54s

This commit was merged in pull request #11.
This commit is contained in:
2026-06-14 19:48:09 +00:00
parent 65a2a57c1a
commit ff8f471c10
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