We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe45862 commit 732bbd4Copy full SHA for 732bbd4
1 file changed
.gitlab-ci.yml
@@ -55,4 +55,8 @@ check:
55
tags:
56
- kubernetes
57
script:
58
- - gradle check
+ - gradle check
59
+ artifacts:
60
+ paths:
61
+ - build/reports/dependency-verification/*
62
+ expire_in: 1 week
0 commit comments