Skip to content
Snippets Groups Projects
Commit 6e38b525 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Update .gitlab-ci.yml file

parent 27f80562
No related branches found
No related tags found
No related merge requests found
Pipeline #8386 passed
......@@ -9,8 +9,8 @@ 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 "AcousticScattering Antennas BlochPeriodicWaveguides Cohomology GetDDM DiffractionGratings ElectricMachines ElectromechanicalRelay Inductor Magnetometer Magnetostriction Magnets Shielding Superconductors ThermalConduction TimeReversal Waveguides" > bundle_models.txt
- scp -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa ${ZIPS} bundle_models.txt geuzaine@onelab.info:.wwwonelab/onelab_files/
- scp bundle_models.txt ace@ace36.montefiore.ulg.ac.be:/Users/ace/
- ssh ace@ace36.montefiore.ulg.ac.be /Users/ace/bundle_onelab.sh
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment