summaryrefslogtreecommitdiffstats
path: root/hudson-builds/funcs_promotion.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hudson-builds/funcs_promotion.sh')
-rwxr-xr-xhudson-builds/funcs_promotion.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hudson-builds/funcs_promotion.sh b/hudson-builds/funcs_promotion.sh
index c2211d9..0943a0c 100755
--- a/hudson-builds/funcs_promotion.sh
+++ b/hudson-builds/funcs_promotion.sh
@@ -14,6 +14,7 @@ function prom_setup() {
mkdir $ldest
mkdir $ldest/javadoc
mkdir $ldest/jnlp-files
+ mkdir $ldest/archive
cd $lthisdir
}
@@ -151,6 +152,7 @@ function prom_cleanup() {
fi
done
done
+ mv *.zip archive/
cd $lthisdir
}