aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.e2e
diff options
context:
space:
mode:
authorCrazyMax <crazy-max@users.noreply.github.com>2022-06-16 22:47:36 +0200
committerCrazyMax <crazy-max@users.noreply.github.com>2022-06-17 10:59:04 +0200
commit1887d85e2157d909c53774c7cdfbc745c1298629 (patch)
treec710aeaff8e0e06a8a302e4b8e11add6bb94b84a /Dockerfile.e2e
parent0e6a1b95961119d485af17e719ec3e1c68ca9ec3 (diff)
ci(integration-cli): dynamically split tests in matrix
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Diffstat (limited to 'Dockerfile.e2e')
-rw-r--r--Dockerfile.e2e2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.e2e b/Dockerfile.e2e
index 8db21210bb..898196d547 100644
--- a/Dockerfile.e2e
+++ b/Dockerfile.e2e
@@ -31,7 +31,7 @@ COPY hack/dockerfile/install/install.sh ./install.sh
COPY hack/dockerfile/install/$INSTALL_BINARY_NAME.installer ./
RUN PREFIX=/build ./install.sh $INSTALL_BINARY_NAME
-# Build DockerSuite.TestBuild* dependency
+# TestDockerCLIBuildSuite dependency
FROM base AS contrib
COPY contrib/syscall-test /build/syscall-test
COPY contrib/httpserver/Dockerfile /build/httpserver/Dockerfile