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

test

parent 1f344991
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -6,8 +6,8 @@ make_zip:
only:
- master
script:
- MODELS=`find -mindepth 1 -maxdepth 1 -type d -not -name .git`
- for i in $MODELS; do echo $i; done
- models=`find -mindepth 1 -maxdepth 1 -type d -not -name .git`
- for i in ${models}; do echo ${i}; zip -r ${i}.zip ${i}; done
tags:
- linux64
- official
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment