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