Commit fb643a7b authored by nanahira's avatar nanahira

fix init

parent b7a4fe43
Pipeline #11740 passed with stages
in 28 minutes and 20 seconds
......@@ -34,7 +34,10 @@ mat_submodules:
stage: prepare
tags:
- linux
script: git submodule update --init
script:
- rm -rf ocgcore script
- mkdir ocgcore script
- git submodule update --init
artifacts:
paths:
- ocgcore
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment