Skip to content

Commit

Permalink
[7.x] Use gzip to compress the release tarball
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 Jan 11, 2021
1 parent f9f6eac commit e0e54a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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 -
cd ./.ci/output && tar -czvf elasticsearch-py-$2.tar.gz * && cd -
exit 0
fi

Expand Down

0 comments on commit e0e54a1

Please sign in to comment.