diff options
Diffstat (limited to 'setup.sh')
-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' +'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 |