Remove unnecessary checks

This commit is contained in:
Michael Vines 2018-10-29 13:26:47 -07:00
parent 7abd456d45
commit f6b1b5ab37
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD

View File

@ -23,10 +23,6 @@ echo --- Creating tarball
echo --- AWS S3 Store
set -x
if [[ -z "$BRANCH" || $BRANCH =~ pull/* ]]; then
exit 0
fi
if [[ ! -r s3cmd-2.0.1/s3cmd ]]; then
rm -rf s3cmd-2.0.1.tar.gz s3cmd-2.0.1
wget https://github.com/s3tools/s3cmd/releases/download/v2.0.1/s3cmd-2.0.1.tar.gz