diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd9054c31089d442bfd1bdef71bc1276afb5cc39..17c3642054c23de9dced773cb0e40f826b2a17e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,12 +9,11 @@ make_zip: - 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/ - 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 ace@ace36.montefiore.ulg.ac.be:/Users/ace/ - - ssh ace@ace36.montefiore.ulg.ac.be /Users/ace/bundle_onelab.sh + - scp ${ZIPS} bundle_tutorials_getdp.txt bundle_tutorials_cpp.txt bundle_tutorials_python.txt geuzaine@onelab.info:/onelab_files/ + - ${HOME}/bundle_onelab.sh tags: - macos64 - official