From ad7959a49ab82ffe9d7afeb5681fe2485ed41e27 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 18 May 2018 08:26:26 +0200 Subject: [PATCH] parametrize bundle --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6154ba..c3d2092 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,11 @@ make_zip: - 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 + - 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: - macos64 - official -- GitLab