Skip to content

Commit 08fc689

Browse files
committed
[Dockerfile] set env CHECK_SKIPS_FUNCTIONAL_TEST=true for docker test
this is set by the traditional test job, and should be set for the docker build, too.
1 parent e3a724b commit 08fc689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/dockerfile/Dockerfile.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN {{ range $dcfg.CheckEnv }}{{ . }} {{ end }}make -C /src static-check
5555
# but for it to be able to read the go cache, we need to allow it.
5656
RUN chown -R 4200:4200 /src/ /go/
5757
USER 4200:4200
58+
ENV CHECK_SKIPS_FUNCTIONAL_TEST=true
5859
RUN cd /src \
5960
&& git config --global --add safe.directory /src \
6061
&& {{ range $dcfg.CheckEnv }}{{ . }} {{ end }}make build/cover.out

0 commit comments

Comments
 (0)