Commit df091456 by Jonathan Thomas

Exclude the sources

parent 98e2e8f6
Pipeline #11632 passed with stage
in 20 seconds
...@@ -13,11 +13,10 @@ build_mod: ...@@ -13,11 +13,10 @@ build_mod:
stage: build stage: build
script: script:
- ./gradlew build - ./gradlew build
- find build/libs -type f -name '*sources*.jar' -exec rm {} \;
artifacts: artifacts:
paths: paths:
- build/libs/*.jar - build/libs/*.jar
excludes:
- build/libs/*-sources.jar
only: only:
- develop - develop
tags: tags:
......
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