aboutsummaryrefslogtreecommitdiffstats
path: root/docker/run-vespa-internal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/run-vespa-internal.sh')
-rwxr-xr-xdocker/run-vespa-internal.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/docker/run-vespa-internal.sh b/docker/run-vespa-internal.sh
index 5242cbf7cf4..e8c8c0d4d0e 100755
--- a/docker/run-vespa-internal.sh
+++ b/docker/run-vespa-internal.sh
@@ -2,8 +2,8 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -e
-if [ $# -ne 1 ]; then
- echo "Usage: $0 <vespa version>"
+if [ $# -ne 0 ]; then
+ echo "Usage: $0"
echo "This script should not be called manually."
exit 1
fi
@@ -11,10 +11,6 @@ fi
DIR=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)
cd $DIR
-VESPA_VERSION=$1
-
-yum localinstall -y $(ls vespa*-${VESPA_VERSION}-*.rpm | xargs)
-
# Workaround until we figure out why rpm does not set the ownership.
chown -R vespa:vespa /opt/vespa