Skip to content

Commit 732bbd4

Browse files
committed
Add gradle dependency verification report artifact upload
1 parent fe45862 commit 732bbd4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ check:
5555
tags:
5656
- kubernetes
5757
script:
58-
- gradle check
58+
- gradle check
59+
artifacts:
60+
paths:
61+
- build/reports/dependency-verification/*
62+
expire_in: 1 week

0 commit comments

Comments
 (0)