Merge pull request #586 from radiorabe/chore/remove-make-tarball

♻️ (utils) Remove unused make_tarball.sh
This commit is contained in:
Robb 2018-11-04 09:28:24 -05:00 committed by GitHub
commit 8b333ff1c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +0,0 @@
#!/bin/bash
if [ -z "${1}" ]; then
echo "Usage: make_tarball.sh git_tag"
exit
fi
GIT_TAG=${1}
git archive ${GIT_TAG} --prefix ${GIT_TAG}/ -o "${GIT_TAG}".tar.gz