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

Update .gitlab-ci.yml

parent f173518a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -8,7 +8,7 @@ make_zip:
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
- SCP=scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa
- SCP=scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa
- ZIPS=`ls *.zip`
- ${SCP} ${ZIPS} geuzaine@onelab.info:.wwwonelab/onelab_files/
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment