We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a724b commit 08fc689Copy full SHA for 08fc689
internal/dockerfile/Dockerfile.tmpl
@@ -55,6 +55,7 @@ RUN {{ range $dcfg.CheckEnv }}{{ . }} {{ end }}make -C /src static-check
55
# but for it to be able to read the go cache, we need to allow it.
56
RUN chown -R 4200:4200 /src/ /go/
57
USER 4200:4200
58
+ENV CHECK_SKIPS_FUNCTIONAL_TEST=true
59
RUN cd /src \
60
&& git config --global --add safe.directory /src \
61
&& {{ range $dcfg.CheckEnv }}{{ . }} {{ end }}make build/cover.out
0 commit comments