From 8bfb6e434eeecf6f11d08fdc61d458223a36535a Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 18 May 2018 08:28:11 +0200 Subject: [PATCH] fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cd8a8c..cd9054c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ make_zip: - 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: + - 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 tags: - macos64 -- GitLab