Skip to content

Commit 615caee

Browse files
committed
copying javadoc file to signed-artifacts
1 parent ed4da37 commit 615caee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/make.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ fi
188188

189189
if [[ "$CMD" == "release" ]]; then
190190
rm -rf .ci/output/repository
191+
rm -rf signed-artifacts
191192
build_image
192193
echo -e "\033[34;1mINFO:\033[0m Building version ${VERSION}\033[0m"
193194

@@ -203,6 +204,9 @@ if [[ "$CMD" == "release" ]]; then
203204
-v /tmp/secured:/tmp/secured \
204205
$docker_image \
205206
$gradle_task
207+
208+
mkdir signed-artifacts
209+
cp .ci/output/repository/co/elastic/clients/elasticsearch-java/$VERSION/elasticsearch-java-${VERSION}-javadoc.jar signed-artifacts/elasticsearch-java-${VERSION}-javadoc.jar
206210
fi
207211

208212
if [[ "$CMD" == "bump" ]]; then

0 commit comments

Comments
 (0)