From 2338c92fe3384210a31afdbaaf2413a60d914ecd Mon Sep 17 00:00:00 2001 From: David Prevot Date: Mon, 12 Dec 2022 10:56:13 +0100 Subject: [PATCH] CI: Upload to pub2 --- .Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.Jenkinsfile b/.Jenkinsfile index 487ba3d..bff4619 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -19,10 +19,7 @@ pipeline { } steps { script { - sh 'echo Dummy line to remove once something actually happens.' - /* No crendentials yet. - sh 'rsync -avP bkctld* droneci@pub.evolix.net:/home/droneci/bkctld/' - */ + sh 'rsync -avP build-area/bkctld* pub.evolix.org:/srv/upload/' } } }