Skip to content

Commit

Permalink
<.>
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed Oct 21, 2018
1 parent be85cca commit a82cbc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/upload.sh
Expand Up @@ -11,6 +11,7 @@ USER=$4
PASS=$5
URL=$7
KEY=$8
UPDATE="$URL?version=$VERSION&key=$KEY"

echo -e "Go to build folder"
cd build
Expand All @@ -25,5 +26,5 @@ echo -e "Upload latest build"
lftp -c "open -u $USER,$PASS $HOST; put -O downloads/ $LATEST"

echo -e "Update TTT Version"
wget '$URL?version=$VERSION&key=$KEY' -O version.log
wget $UPDATE -O version.log
rm version.log

0 comments on commit a82cbc5

Please sign in to comment.