From 19b5a51ab2418caa120b202e4de670f4b2ef1403 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 18 May 2018 08:27:36 +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 c3d2092..7cd8a8c 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 /Users/ace/ + - scp bundle_tutorials_getdp.txt bundle_tutorials_cpp.txt bundle_tutorials_python.txt ace@ace36.montefiore.ulg.ac.be: - ssh ace@ace36.montefiore.ulg.ac.be /Users/ace/bundle_onelab.sh tags: - macos64 -- GitLab