Skip to content

Commit cd5c5b9

Browse files
committed
Merge remote-tracking branch 'upstream/main' into provenance
* upstream/main: add script to get published artifacts (elastic#251)
2 parents c979654 + 7bbcb40 commit cd5c5b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/published-artifacts-list.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/env bash
2+
find . -name '*.jar'|grep '/target/'|grep -v javadoc|grep -v sources|grep -v '\-tests.jar'

0 commit comments

Comments
 (0)