3rd party ci: Fix bug introduced by wiping out the WORKSPACE itself
[releng.git] / jjb / 3rd_party_ci / create-apex-vms.sh
index 11a35ac..a076dd0 100755 (executable)
@@ -2,7 +2,7 @@
 set -e
 
 # wipe the WORKSPACE
-/bin/rm -rf $WORKSPACE
+/bin/rm -rf $WORKSPACE/*
 
 # clone opnfv sdnvpn repo
 git clone https://gerrit.opnfv.org/gerrit/p/sdnvpn.git $WORKSPACE/sdnvpn