[TASK] Adjusted security credentials

This commit is contained in:
JKetelaar
2016-03-10 01:40:45 +01:00
parent d5d709b407
commit 09aa506c7c
2 changed files with 7 additions and 11 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ local_path="$(ls $TRAVIS_BUILD_DIR/target/final/Parabot-V*.jar | head -n 1 | xar
target_url='ftp://$FTP_HOST/~/uploads/version_control/$local_file'
echo "Uploading $local_file to $target_url"
curl -u $FTP_USER:$FTP_PASSWORD -T "$local_path" "$target_url"
curl -u $FTP_USERNAME:$FTP_PASSWORD -T "$local_path" "$target_url"