Issue-ID: RELENG-4523
Signed-off-by: lukegleeson <luke.gleeson@est.tech>
Change-Id: Ifecb0e542b3b8e0a519f59070649ebb94fefdc1e
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