diff options
author | DR695H <dr695h@att.com> | 2019-10-07 10:20:08 -0400 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-10-07 14:47:15 +0000 |
commit | 1c373ac5c937f1438ac3895949c706a859aa7a7d (patch) | |
tree | 69d19ffc3d3cda0b65e1aba9a603efe005bd7506 | |
parent | 7a8e3a8c62be623ef92007708dda6496bc15a0fb (diff) |
updating setup so that we can correctly resolve onap libs
Issue-ID: INT-1292
Change-Id: If1e4f12ff5e667bf6af6476334aaa2498eb134b5
Signed-off-by: DR695H <dr695h@att.com>
-rwxr-xr-x | setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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.1*' +'robotframework-onap==0.5.1.*' # i dont why we need this, but lets protobuf work in docker touch /var/opt/ONAP/robot/library/google/__init__.py |