]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
be more verbose
authorHolger Levsen <holger@layer-acht.org>
Wed, 17 Oct 2012 09:29:33 +0000 (11:29 +0200)
committerHolger Levsen <holger@layer-acht.org>
Wed, 17 Oct 2012 09:29:33 +0000 (11:29 +0200)
extract_storage_kernel+modules.sh

index 82c290985a834e35f2781c855fa7fe53ec4eb03e..1bfccf6b0828a1f6c247f20836e65bf0ad2dc9e9 100755 (executable)
@@ -67,6 +67,7 @@ for i in $(ls -at1) ; do
        # check if the jenkins build log still exists (and doesnt start with ".")
        # and if not, delete the old target as well
        if [ ! -L $JOB_HOME/$i ] && [ "${i:0:1}" != "." ] ; then
+               echo "Deleting $TARGET_BASE/$TARGET_NAME/$i"
                sudo rm -r ./$i
        fi
 done