summaryrefslogtreecommitdiffstats
path: root/build/ves-agent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/ves-agent.sh')
-rw-r--r--build/ves-agent.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/ves-agent.sh b/build/ves-agent.sh
index 87d4b07..396d7ea 100644
--- a/build/ves-agent.sh
+++ b/build/ves-agent.sh
@@ -19,7 +19,7 @@
#. Docker hub user logged in e.g. via "sudo docker login"
#.
#. Usage:
-#. bash ves-agent.sh <hub-user> <hub-pass>
+#. bash ves-agent.sh <hub-user>
#. hub-user: username for dockerhub
#.
#. NOTE: To allow patch testing, this script will not reclone the VES repo
@@ -31,9 +31,6 @@ echo; echo "$0 $(date): Update package repos"
sudo apt-get update
echo; echo "$0 $(date): Starting VES agent build process"
-if [[ -d /tmp/ves ]]; then rm -rf /tmp/ves; fi
-
-echo; echo "$0 $(date): Starting VES kafka build process"
if [[ ! -d /tmp/ves ]]; then
echo; echo "$0 $(date): Cloning VES repo to /tmp/ves"
git clone https://gerrit.opnfv.org/gerrit/ves /tmp/ves