docs: Remove outdated comment

pull/24376/head
Carol (Nichols || Goulding) 2021-06-16 11:14:10 -04:00
parent 44c2c0c763
commit 485d8cddc4
1 changed files with 1 additions and 2 deletions

View File

@ -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