aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2019-03-11 17:41:22 +0100
committerHåkon Hallingstad <hakon@verizonmedia.com>2019-03-11 17:41:22 +0100
commit8e345f05fda17ad33575fa8d51c9d332261af70b (patch)
tree8ca061c5d98fb2456baf6ccd1b6628532fdfb431 /docker
parent3a8cb1d2262767d75f4a20e7e342b1ab40971bd0 (diff)
Remove comment
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build-vespa.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/build-vespa.sh b/docker/build-vespa.sh
index 24efe3416bc..5d2bf727a23 100755
--- a/docker/build-vespa.sh
+++ b/docker/build-vespa.sh
@@ -15,6 +15,4 @@ DOCKER_IMAGE="centos:latest"
docker pull ${DOCKER_IMAGE}
-# The RPMs will be put in the same directory as this script (/vespa/docker
-# within the container)
docker run -w /vespa --rm -v $(pwd)/..:/vespa --entrypoint /vespa/docker/build/build-vespa-internal.sh "$DOCKER_IMAGE" "$VESPA_VERSION" "$(id -u)" "$(id -g)"