Remove unused views
[releng/builder.git] / jjb / integration / integration-cleanup-tmp.sh
1 #!/bin/bash
2 echo "Cleaning up Robot installation..."
3
4 # ${ROBOT_VENV} comes from the integration-install-robotframework.sh
5 # script.
6 # TODO: Is this still needed when we have integration-cleanup-workspace?
7 rm -rf "${ROBOT_VENV}"