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

parametrize bundle

parent c415b668
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -10,7 +10,11 @@ make_zip: ...@@ -10,7 +10,11 @@ make_zip:
- for i in ${MODELS}; do echo ${i}; rm -f ${i}.zip; zip -r ${i}.zip ${i}; done - for i in ${MODELS}; do echo ${i}; rm -f ${i}.zip; zip -r ${i}.zip ${i}; done
- ZIPS=`ls *.zip` - ZIPS=`ls *.zip`
- scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa ${ZIPS} geuzaine@onelab.info:.wwwonelab/onelab_files/ - 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 - echo "Electrostatics Magnetostatics Elasticity ElectrostaticsFloating Thermics PotentialFlow Magnetodynamics CircuitCoupling MagneticForces" > bundle_tutorials_getdp.txt
- echo "PendulumC++" > bundle_tutorials_cpp.txt
- echo "PendulumPython" > bundle_tutorials_python.txt
- scp bundle_tutorials_getdp.txt bundle_tutorials_cpp.txt bundle_tutorials_python.txt /Users/ace/
- ssh ace@ace36.montefiore.ulg.ac.be /Users/ace/bundle_onelab.sh
tags: tags:
- macos64 - macos64
- official - official
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment