Skip to content
Snippets Groups Projects

Clean up script names

Merged Sören Henning requested to merge clean-up-script-names into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -27,8 +27,8 @@ build:
script: ./gradlew --build-cache assemble
artifacts:
paths:
- build/libs/*.jar
- */build/distributions/*.tar
- "build/libs/*.jar"
- "*/build/distributions/*.tar"
expire_in: 1 day
test:
Loading