Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.etrice.releng/post-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/releng/org.eclipse.etrice.releng/post-build.sh b/releng/org.eclipse.etrice.releng/post-build.sh
index a6542dad4..63332357a 100644
--- a/releng/org.eclipse.etrice.releng/post-build.sh
+++ b/releng/org.eclipse.etrice.releng/post-build.sh
@@ -6,4 +6,5 @@ echo 'copy update site'
cp -R ${WORKSPACE}/last_success/site.packed/* /home/data/httpd/download.eclipse.org/etrice/updates/nightly/
echo 'copy zips'
cp -R ${WORKSPACE}/last_success/site.p2.zip/* /home/data/httpd/download.eclipse.org/etrice/archives/nightly/zips/
+cp -R ${WORKSPACE}/last_success/deliveries /home/data/httpd/download.eclipse.org/etrice/archives/nightly/zips/
echo 'done'

Back to the top