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 3e5357a commit 47593c2Copy full SHA for 47593c2
.travis.yml
@@ -32,6 +32,6 @@ after_success:
32
GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
33
GITREV="`git show -s --format='%h'`"
34
REV_NAME="bootstrap-dldi-${GITDATE}-${GITREV}.nds"
35
- cp bootstrap-dldi.nds $REV_NAME_BS
+ cp bootstrap-dldi.nds $REV_NAME
36
lftp -c "open -u nds-bootstrap,$BUILD_PASSWORD sftp://joshuadoes.com; put -O ' /home/nds-bootstrap' '${REV_NAME}'"
37
fi
0 commit comments