We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4da37 commit 615caeeCopy full SHA for 615caee
.ci/make.sh
@@ -188,6 +188,7 @@ fi
188
189
if [[ "$CMD" == "release" ]]; then
190
rm -rf .ci/output/repository
191
+ rm -rf signed-artifacts
192
build_image
193
echo -e "\033[34;1mINFO:\033[0m Building version ${VERSION}\033[0m"
194
@@ -203,6 +204,9 @@ if [[ "$CMD" == "release" ]]; then
203
204
-v /tmp/secured:/tmp/secured \
205
$docker_image \
206
$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
210
fi
211
212
if [[ "$CMD" == "bump" ]]; then
0 commit comments