Skip to content

Commit

Permalink
Fix various codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Nov 22, 2019
1 parent c387f81 commit 8ac401a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$PACKAGE" = "ON" ]; then
mv ~/out/* .
fi

declare -A urls

mkdir s3-upload
mv SuperTux* s3-upload/

if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
for file in s3-upload/SuperTux*; do
echo "Uploading $file";
url=$(curl --upload-file "$file" "https://transfer.sh/$file")
urls[$file]=$url
echo $url
done
fi
1 change: 0 additions & 1 deletion tools/font-add-border.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from PIL import Image
import os
import argparse
import tempfile

Expand Down

0 comments on commit 8ac401a

Please sign in to comment.