diff options
author | Max Wittig <max.wittig95@gmail.com> | 2020-10-12 23:12:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 23:12:25 +0200 |
commit | 8894f2da81d885c1e788a3b21686212ad91d5bf2 (patch) | |
tree | 2f18736cb6cb37740720382a7a9fca7c953bdf0e | |
parent | 3a38c6d78ceaed1116ebbdd8e5cded60c99c6f95 (diff) | |
download | gitlab-docs/readme-gitlab-runner-test.tar.gz |
docs(readme): also add hint to delete gitlab-runner-testdocs/readme-gitlab-runner-test
Otherwise the whole testsuite will refuse to run
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -206,3 +206,5 @@ To cleanup the environment delete the container: .. code-block:: bash docker rm -f gitlab-test + docker rm -f gitlab-runner-test + |