Skip to content
Snippets Groups Projects
Commit f5731ead authored by Sebastian's avatar Sebastian
Browse files

Let CI check out briar core submodule or reinitialize it

parent 7d6f57d7
No related branches found
No related tags found
No related merge requests found
Pipeline #8791 passed
......@@ -18,6 +18,8 @@ test:
- set -e
- export GRADLE_USER_HOME=$PWD/.gradle
script:
- git submodule init
- git submodule update
- ./gradlew --no-daemon :check
after_script:
# these file change every time and should not be cached
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment