[7.x] Move tarball step into .ci/make.sh
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
This commit is contained in:
committed by
GitHub
parent
aa78a434e9
commit
32f17b5507
@@ -11,6 +11,7 @@ if [[ "$1" == "assemble" ]]; then
|
||||
docker run --rm -v $BASE_DIR/.ci/output:/code/elasticsearch-py/dist \
|
||||
elastic/elasticsearch-py \
|
||||
python /code/elasticsearch-py/utils/build-dists.py $2
|
||||
cd ./.ci/output && tar -cvf elasticsearch-py-$2.tar.gz * && cd -
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user