mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Remove unnecessary file
This commit is contained in:
parent
29c3c3c717
commit
ee3cd2d640
|
@ -1,28 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "${SSH_KEY}" | base64 --decode >/tmp/sftp_rsa
|
||||
chmod 0700 /tmp/sftp_rsa
|
||||
SCP_TARGET="$FTP_USER@$FTP_HOST:~/$FTP_PATH"
|
||||
|
||||
#
|
||||
# Upload CLI
|
||||
#
|
||||
scp -o StrictHostKeyChecking=no -i /tmp/sftp_rsa -B -r -P $FTP_PORT tools/cli/target/teavm-cli-$NEW_VERSION.jar $SCP_TARGET/cli/dev/
|
||||
|
||||
#
|
||||
# Update IDEA repository descriptor
|
||||
#
|
||||
|
||||
|
||||
scp -o StrictHostKeyChecking=no -i /tmp/sftp_rsa -B -r -P $FTP_PORT .idea-repository.xml $SCP_TARGET/idea/dev/teavmRepository.xml
|
||||
|
||||
#
|
||||
# Upload Eclipse plugin
|
||||
#
|
||||
#cd tools/eclipse/updatesite/target/repository
|
||||
# find . -type f -exec curl \
|
||||
# --ftp-create-dirs \
|
||||
# -u $TEAVM_FTP_LOGIN:$TEAVM_FTP_PASSWORD \
|
||||
# -T {} \
|
||||
# ftp://$TEAVM_FTP_HOST/httpdocs/eclipse/update-site/$BASE_VERSION-dev/{} \;
|
||||
#cd ../../../../..
|
Loading…
Reference in New Issue
Block a user