We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cb3ca commit 3a0d5a3Copy full SHA for 3a0d5a3
.ci/make.sh
@@ -11,6 +11,7 @@ if [[ "$1" == "assemble" ]]; then
11
docker run --rm -v $BASE_DIR/.ci/output:/code/elasticsearch-py/dist \
12
elastic/elasticsearch-py \
13
python /code/elasticsearch-py/utils/build-dists.py $2
14
+ cd ./.ci/output && tar -cvf elasticsearch-py-$2.tar.gz * && cd -
15
exit 0
16
fi
17
0 commit comments