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

update bundle

parent 275cdfca
No related branches found
No related tags found
No related merge requests found
Pipeline #8389 passed
...@@ -9,12 +9,11 @@ make_zip: ...@@ -9,12 +9,11 @@ make_zip:
- 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 - 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/
- echo "Electrostatics Magnetostatics Elasticity ElectrostaticsFloating Thermics PotentialFlow Magnetodynamics CircuitCoupling MagneticForces" > bundle_tutorials_getdp.txt - echo "Electrostatics Magnetostatics Elasticity ElectrostaticsFloating Thermics PotentialFlow Magnetodynamics CircuitCoupling MagneticForces" > bundle_tutorials_getdp.txt
- echo "PendulumC++" > bundle_tutorials_cpp.txt - echo "PendulumC++" > bundle_tutorials_cpp.txt
- echo "PendulumPython" > bundle_tutorials_python.txt - echo "PendulumPython" > bundle_tutorials_python.txt
- scp bundle_tutorials_getdp.txt bundle_tutorials_cpp.txt bundle_tutorials_python.txt ace@ace36.montefiore.ulg.ac.be:/Users/ace/ - scp ${ZIPS} bundle_tutorials_getdp.txt bundle_tutorials_cpp.txt bundle_tutorials_python.txt geuzaine@onelab.info:/onelab_files/
- ssh ace@ace36.montefiore.ulg.ac.be /Users/ace/bundle_onelab.sh - ${HOME}/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