X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-cleanup-tmp.sh;h=f7c12b2fa7236f63b17cc42ebc013751ef863d02;hb=9208cf7ea3a3769c0aa5ff5f0e5f8216ba0d4b4f;hp=f1e8255f95ea607a1c2c7754e363f8b4d2ecd4c4;hpb=0dd3e4137a32a69c009b314aed1075e59013e3e3;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-cleanup-tmp.sh b/jjb/integration/include-raw-integration-cleanup-tmp.sh index f1e8255f9..f7c12b2fa 100644 --- a/jjb/integration/include-raw-integration-cleanup-tmp.sh +++ b/jjb/integration/include-raw-integration-cleanup-tmp.sh @@ -1,6 +1,7 @@ +#!/bin/bash echo "Cleaning up Robot installation..." # ${ROBOT_VENV} comes from the include-raw-integration-install-robotframework.sh # script. # TODO: Is this still needed when we have integration-cleanup-workspace? -rm -rf ${ROBOT_VENV} +rm -rf "${ROBOT_VENV}"