mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[CLEANUP] Removed unused files
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
before_script:
|
||||
- mvn clean
|
||||
|
||||
production:
|
||||
script:
|
||||
- mvn -U package -Dsettings.security=/home/ci/settings.xml
|
||||
type: deploy
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user