[7.x] Move tarball step into .ci/make.sh

Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
This commit is contained in:
github-actions[bot]
2020-12-22 14:26:17 -06:00
committed by GitHub
parent aa78a434e9
commit 32f17b5507
+1
View File
@@ -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