Merge "Make integration-patch-test deploy to Nexus"
[releng/builder.git] / jjb / integration / include-raw-integration-cleanup-tmp.sh
index ece0fa69c315db2408eedf819c372300fff254ef..f7c12b2fa7236f63b17cc42ebc013751ef863d02 100644 (file)
@@ -1,4 +1,7 @@
-# Cleanup Robot
+#!/bin/bash
+echo "Cleaning up Robot installation..."
+
 # ${ROBOT_VENV} comes from the include-raw-integration-install-robotframework.sh
 # script.
-rm -rf ${ROBOT_VENV}
+# TODO: Is this still needed when we have integration-cleanup-workspace?
+rm -rf "${ROBOT_VENV}"