Skip to content

Commit 0e60bbd

Browse files
rvilgalyscopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 513883789
1 parent ff08494 commit 0e60bbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ COPY . .
1313
RUN go vet -v
1414
RUN go test -v
1515

16+
RUN echo "We are failing on purpose. 🦀"; exit 1
17+
1618
RUN CGO_ENABLED=0 go build -o /go/bin/wrserver cmd/wrserver/main.go
1719

1820
FROM gcr.io/distroless/static-debian11 as wrserver

0 commit comments

Comments
 (0)