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

test zip

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