Issue-ID: CPS-1353
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I47b0b4e628e6685c0b63bf64ef3a147d6d9de774
if [ -f ${WORKSPACE}/env.properties ]; then
source ${WORKSPACE}/env.properties
fi
-if [ -f ${ROBOT_VENV}/bin/activate ]; then
- source ${ROBOT_VENV}/bin/activate
-else
+#if [ -f ${ROBOT_VENV}/bin/activate ]; then
+# source ${ROBOT_VENV}/bin/activate
+#else
rm -rf /tmp/ci-management
rm -f ${WORKSPACE}/env.properties
cd /tmp
source ${WORKSPACE}/install-robotframework.sh
-fi
+#fi
# install eteutils
mkdir -p ${ROBOT_VENV}/src/onap