summaryrefslogtreecommitdiffstats
path: root/jenkins-builds
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-02-15 14:57:52 +0100
committerSven Gothel <[email protected]>2012-02-15 14:57:52 +0100
commite833143af594ed0e3c1f966af56e4970b1318fe8 (patch)
tree991f9588292ac04b6c3ab8018c103e3dd46524ef /jenkins-builds
parentda2ad45f6ff5d2d69524993c5f64684242a2f11d (diff)
Fix da2ad45f6ff5d2d69524993c5f64684242a2f11d: Add missing archive subfolder
Diffstat (limited to 'jenkins-builds')
-rwxr-xr-xjenkins-builds/funcs_promotion.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jenkins-builds/funcs_promotion.sh b/jenkins-builds/funcs_promotion.sh
index 7623be6..87b780c 100755
--- a/jenkins-builds/funcs_promotion.sh
+++ b/jenkins-builds/funcs_promotion.sh
@@ -333,10 +333,10 @@ function prom_cleanup() {
# remove the platform 7z files of the local archive folder
# and merge the test-results
- mkdir -p test-results
+ mkdir -p archive/test-results
for i in $os_and_archs ; do
- mv -v jogamp-$i/test-results/* test-results/
- rm -rf jogamp-$i
+ mv -v archive/jogamp-$i/test-results/* archive/test-results/
+ rm -vrf archive/jogamp-$i
done
cd $lthisdir
}