aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-10-11 11:06:14 -0400
committerDR695H <dr695h@att.com>2019-10-11 11:06:14 -0400
commitf7c2a8e5d7fb25f8a47cc2dbbb6682389bc5d012 (patch)
tree502add88bfa51de6cea7b5f2fd1d0b137239d144
parentfcd631f37722651e86b599cbc6d08080bf640fae (diff)
split out the pre part to only be used on robotframework onap
Issue-ID: INT-1327 Change-Id: I05ac41570f1b9cddc2657e4992310522960c81e1 Signed-off-by: DR695H <dr695h@att.com>
-rwxr-xr-xsetup.sh11
1 files changed, 8 insertions, 3 deletions
diff --git a/setup.sh b/setup.sh
index acaea8a2..71d04fd2 100755
--- a/setup.sh
+++ b/setup.sh
@@ -14,18 +14,23 @@ 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" \
---extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" \
'robotframework-seleniumlibrary==3.3.1' \
'robotframework-databaselibrary==1.2' \
'robotframework-angularjs==0.0.9' \
'robotframework-requests==0.5.0' \
'robotframework-sshlibrary==3.3.0' \
'robotframework-ftplibrary==1.6' \
-'robotframework-archivelibrary==0.4.0' \
+'robotframework-archivelibrary==0.4.0'
+
+pip install \
+--pre \
+--no-cache-dir \
+--exists-action s \
+--target="$path/robot/library" \
+--extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" \
'robotframework-onap==0.5.1.*'
# i dont why we need this, but lets protobuf work in docker