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

Let CI check out briar core submodule

parent 7d6f57d7
No related branches found
No related tags found
No related merge requests found
Pipeline #8790 failed
...@@ -18,6 +18,7 @@ test: ...@@ -18,6 +18,7 @@ test:
- set -e - set -e
- export GRADLE_USER_HOME=$PWD/.gradle - export GRADLE_USER_HOME=$PWD/.gradle
script: script:
- git submodule init
- ./gradlew --no-daemon :check - ./gradlew --no-daemon :check
after_script: after_script:
# these file change every time and should not be cached # 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