From 485d8cddc4f777f7d67549bd06e6db06b0eb44e8 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Wed, 16 Jun 2021 11:14:10 -0400 Subject: [PATCH] docs: Remove outdated comment --- docker/Dockerfile.ci.integration | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/Dockerfile.ci.integration b/docker/Dockerfile.ci.integration index c16c40b524..ecc060a640 100644 --- a/docker/Dockerfile.ci.integration +++ b/docker/Dockerfile.ci.integration @@ -6,8 +6,7 @@ # Reuse most of the configuration for the rest of the CI builds FROM quay.io/influxdb/rust:ci -# Create a new directory that will contain the code checkout and be a shared volume from the CI -# machine image to this container +# Create a new directory that will contain the code checkout ADD . /home/rust/iox # Make the rust user the owner