chore: remove debug
ZeroDownTime/fuse-device-plugin/pipeline/head This commit looks good Details

This commit is contained in:
Stefan Reimer 2023-09-27 18:01:49 +00:00
parent dc23e0323a
commit ce489496ed
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ FROM golang:1.20-alpine as builder
COPY src /fuse-device-plugin
WORKDIR /fuse-device-plugin
RUN pwd && ls -laR
RUN CGO_ENABLED=0 go build -ldflags "-s -w" .
FROM scratch