From b1d33ed020aa9a71e1c5fd627a214e98a2991784 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Thu, 27 May 2021 11:26:21 +0200 Subject: [PATCH] update bundle --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd9054c..17c3642 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 -- GitLab