summaryrefslogtreecommitdiffstats
path: root/docker/build-vespa.sh
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2019-03-11 17:36:51 +0100
committerHåkon Hallingstad <hakon@verizonmedia.com>2019-03-11 17:36:51 +0100
commit0af7e58f92c588c85ef1a5b73760c51294f632d7 (patch)
tree64c4ba76a09db7a9b020c87b3b4a251a3439732a /docker/build-vespa.sh
parent0fd4e9e5702566e9d0976fe5f24392f92befa6a0 (diff)
Avoid changing dist.sh API which is documented in README.md
Diffstat (limited to 'docker/build-vespa.sh')
-rwxr-xr-xdocker/build-vespa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build-vespa.sh b/docker/build-vespa.sh
index 9e8db6ab215..844c8a99e55 100755
--- a/docker/build-vespa.sh
+++ b/docker/build-vespa.sh
@@ -20,4 +20,4 @@ docker pull ${DOCKER_IMAGE}
docker run -w /vespa --rm -v $(pwd)/..:/vespa \
--entrypoint /vespa/docker/build/build-vespa-internal.sh \
"$DOCKER_IMAGE" \
- "$VESPA_VERSION" "$(id -u)" "$(id -g)" /tmp/rpmbuild /vespa/docker
+ "$VESPA_VERSION" "$(id -u)" "$(id -g)"