Commit f6de1ff3 authored by Willi Rath's avatar Willi Rath
Browse files

Fix non-CF path

parent 1806f2c9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@ prefixes: data doc

pre_processing:

    - GIT_LFS_SKIP_SMUDGE=1 git submodule add git@git.geomar.de:data/MIMOC.git non_cf_data || echo "non-CF submodule exitst"

    - cd _non_cf_data; git pull; git lfs pull; git describe
    - GIT_LFS_SKIP_SMUDGE=1 git submodule add git@git.geomar.de:data/MIMOC.git _non_cf_data || echo "non-CF submodule exitst"
    - (cd _non_cf_data; git pull; git lfs pull; git describe;)
    - pwd

post_processing: