[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
-7
View File
@@ -1,7 +0,0 @@
before_script:
- mvn clean
production:
script:
- mvn -U package -Dsettings.security=/home/ci/settings.xml
type: deploy
-1
View File
@@ -4,7 +4,6 @@ jdk:
- oraclejdk7
before_install:
- chmod +x ./.travis/artifact-upload.sh
- chmod +x ./.travis/maven-build.sh
- chmod +x ./.travis/call-creation.sh
- mvn clean
-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"