Skip to content

Commit 4be4b71

Browse files
author
twisti
committed
Update .gitlab-ci.yml
1 parent 5cc8d1e commit 4be4b71

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ build:
2525
- echo "Gefundene Artefakte:"
2626
- find . -type f -path "**/build/libs/*.jar" ! -path "**/.gradle/**" -exec ls -lh {} \;
2727

28-
artifacts:
29-
paths:
30-
- "**/build/libs/*.jar"
31-
exclude:
32-
- .gradle/**
33-
- "**/.gradle/**"
34-
- "./build-logic/**"
35-
3628
publish:
3729
stage: publish
3830
image: gradle:latest

0 commit comments

Comments
 (0)