Skip to content
Snippets Groups Projects
Commit 1e919da9 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

zips

parent 8ae665e6
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -7,7 +7,9 @@ make_zip: ...@@ -7,7 +7,9 @@ make_zip:
- master - master
script: script:
- MODELS=`find -mindepth 1 -maxdepth 1 -type d -not -name .git` - MODELS=`find -mindepth 1 -maxdepth 1 -type d -not -name .git`
- for i in $MODELS; do echo $i; done - for i in ${MODELS}; do echo ${i}; rm -f ${i}.zip; zip -r ${i}.zip ${i}; done
- ZIPS=`ls *.zip`
- scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa ${ZIPS} geuzaine@onelab.info:.wwwonelab/onelab_files/
tags: tags:
- linux64 - linux64
- official - official
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment