aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-10-07 10:41:33 -0400
committerDR695H <dr695h@att.com>2019-10-07 10:41:33 -0400
commitb0e9267971d44cb6869597800765f732e6910894 (patch)
tree956c6aceae8495cd984035a6f299981fce23a666 /setup.sh
parente6c3d284755488212e993835e4fcb5d4230a2bdb (diff)
updating the setup.sh to pull latest verson by default
Issue-ID: INT-1292 Change-Id: I9c904f5231d381b73d5c07996a02759558993024 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 2e86d037..58886297 100755
--- a/setup.sh
+++ b/setup.sh
@@ -14,6 +14,7 @@ exec 2> >(tee -a ${LOG_FILE} >&2)
# get the path
path=$(pwd)
pip install \
+--pre \
--no-cache-dir \
--exists-action s \
--target="$path/robot/library" \
@@ -25,7 +26,7 @@ pip install \
'robotframework-sshlibrary==3.3.0' \
'robotframework-ftplibrary==1.6' \
'robotframework-archivelibrary==0.4.0' \
-'robotframework-onap==0.5'
+'robotframework-onap==0.6.0.*'
# i dont why we need this, but lets protobuf work in docker
touch /var/opt/ONAP/robot/library/google/__init__.py