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

test

parent df55756a
Branches
Tags
No related merge requests found
Pipeline #
...@@ -6,7 +6,7 @@ make_zip: ...@@ -6,7 +6,7 @@ make_zip:
only: only:
- master - master
script: script:
- MODELS=`find . -type d -depth 1 -not -name .git -print` - MODELS=`find . -type d -depth 1 -print`
- for i in $MODELS; do echo $i; done - for i in $MODELS; do echo $i; done
tags: tags:
- linux64 - linux64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment