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

package and upload onelab bundle when we commit on master

parent 3bd3bf8b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -4,12 +4,13 @@
make_zip:
only:
- master
- master@doc/models
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}; 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/
- ssh ace@ace36.montefiore.ulg.ac.be /Users/ace/package_onelab.sh
tags:
- linux64
- macos64
- official
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment