fix(ci): убрать тест версии из Dockerfile
Some checks failed
Build & Push Docker Image / build (push) Failing after 6m15s

- удалён TestGetVersionInfo, падает без .git в контейнере
This commit is contained in:
2026-04-11 19:32:22 +03:00
parent 61bc75b12e
commit 7c26dbb7d0

View File

@@ -19,7 +19,6 @@ RUN go mod download
# Copy source files
COPY . .
RUN go test -v -run TestGetVersionInfo ./util/system_test.go ./util/system.go ./util/variable.go
RUN ./build.sh
FROM alpine:latest AS STANDARD