Skip to content
Snippets Groups Projects
Commit 21fa1428 authored by Boris Baldassari's avatar Boris Baldassari
Browse files

#5 Fix deploy to eclipse downloads.


Signed-off-by: default avatarBoris Baldassari <boris@chrysalice.org>
parent 34725b0a
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ pipeline {
perlbrew switch perl-5.30.1
perl -v
Rscript --version
cd scripts/ && sh ./process_mboxes.sh
ls /data/eclipse_mls/ > ../website/content/eclipse_mls/list_mboxes.txt
#cd scripts/ && sh ./process_mboxes.sh
#ls /data/eclipse_mls/ > ../website/content/eclipse_mls/list_mboxes.txt
#cp /data/eclipse_mls_full.csv website/content/eclipse_mls/
'''
}
......@@ -43,7 +43,7 @@ pipeline {
perlbrew switch perl-5.30.1
perl -v
Rscript --version
cd scripts/ && sh ./process_all_projects.sh
#cd scripts/ && sh ./process_all_projects.sh
'''
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment