We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dccfb commit 9d9b452Copy full SHA for 9d9b452
.travis.yml
@@ -28,5 +28,5 @@ after_success:
28
GITREV="`git show -s --format='%h'`"
29
REV_NAME="nds-bootstrap-${TRAVIS_BRANCH}-${GITDATE}-${GITREV}.nds"
30
cp nds-bootstrap.nds $REV_NAME
31
- lftp ftp://$FTP_LOGIN:$FTP_PASSWORD@FTP_ADDR -e "set net:timeout 5; set net:max-retries 2; put ${REV_NAME}; bye"
+ lftp ftp://$FTP_LOGIN:$FTP_PASSWORD@$FTP_ADDR -e "set net:timeout 5; set net:max-retries 2; put ${REV_NAME}; bye"
32
fi
0 commit comments