From 62dc9862581f1f700b8a9dd6cb2563b49008c6c2 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Mon, 11 May 2020 17:58:19 +0200 Subject: [PATCH] Remove obsolete part of the doc --- tests/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/README.md b/tests/README.md index 894e5e4d4..d340a7a86 100644 --- a/tests/README.md +++ b/tests/README.md @@ -22,9 +22,3 @@ No command or arguments are used, the entrypoint has to run the tests. The exit status of the container will determine whether or not the test has passed. Any output will be printed in the platform but not interpreted. -### Building - -```console -docker build go -t tests-go -docker build sh -t tests-sh -```