[CLEANUP] Removed unused files

This commit is contained in:
JKetelaar
2016-06-12 01:47:54 +02:00
parent 64bf3c3359
commit 6fbd5116fc
3 changed files with 0 additions and 16 deletions
-8
View File
@@ -1,8 +0,0 @@
#! /bin/bash
local_file="$(ls $TRAVIS_BUILD_DIR/target/final/Parabot-V*.jar | head -n 1 | xargs -n 1 basename)"
local_path="$(ls $TRAVIS_BUILD_DIR/target/final/Parabot-V*.jar | head -n 1)"
target_url="ftp://$FTP_HOST/$local_file"
echo "Uploading $local_file to $target_url"
curl -us $FTP_USERNAME:$FTP_PASSWORD -T "$local_path" "$target_url"