Skip to content

Commit

Permalink
[7.x] Move tarball step into .ci/make.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
  • Loading branch information
github-actions[bot] and sethmlarson committed Dec 22, 2020
1 parent aa78a43 commit 32f17b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 32f17b5

Please sign in to comment.