Skip to content

Commit 3a0d5a3

Browse files
authored
Move tarball step into .ci/make.sh
1 parent e8cb3ca commit 3a0d5a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/make.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if [[ "$1" == "assemble" ]]; then
1111
docker run --rm -v $BASE_DIR/.ci/output:/code/elasticsearch-py/dist \
1212
elastic/elasticsearch-py \
1313
python /code/elasticsearch-py/utils/build-dists.py $2
14+
cd ./.ci/output && tar -cvf elasticsearch-py-$2.tar.gz * && cd -
1415
exit 0
1516
fi
1617

0 commit comments

Comments
 (0)