Skip to content
Snippets Groups Projects
Commit 41b21c0b authored by René Schöne's avatar René Schöne
Browse files

Fix CI by excluding drast submodule from build and test.

parent a9de78d5
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ build:
- dockered
stage: build
script:
- ./gradlew --console=plain --build-cache assemble
- ./gradlew --console=plain --build-cache assemble -x ":drast:assemble"
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
......@@ -29,7 +29,7 @@ test:
- dockered
stage: test
script:
- ./gradlew --continue --console=plain check
- ./gradlew --continue --console=plain check -x ":drast:check"
cache:
key: "$CI_COMMIT_REF_NAME"
policy: pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment