aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2015-01-21 17:18:55 -0500
committerDaniel Agar <daniel@agar.ca>2015-01-21 17:18:55 -0500
commit30e32b004d6e9d0a4b13abf6ef5f93bfe7bb4754 (patch)
treea25312b8eea5e48f728327e97303c67992895cec
parentd80a00fad105a2dc98ab6ec415e28fa86f1ceed6 (diff)
downloadpx4-firmware-30e32b004d6e9d0a4b13abf6ef5f93bfe7bb4754.tar.gz
px4-firmware-30e32b004d6e9d0a4b13abf6ef5f93bfe7bb4754.tar.bz2
px4-firmware-30e32b004d6e9d0a4b13abf6ef5f93bfe7bb4754.zip
travis fix s3 index.html and timestamp.html upload
these files were being uploaded as "/index.html" and "/timestamp.html"
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 52ced6b4f..8677bf91b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,7 +61,8 @@ after_script:
- ./CI-Tools/s3cmd-put Firmware.zip archives/Firmware/$TRAVIS_BRANCH/`date "+%Y-%m-%d"`-$TRAVIS_BUILD_ID/
- ./CI-Tools/s3cmd-put CI-Tools/directory/index.html archives/Firmware/$TRAVIS_BRANCH/
# upload top level index.html and timestamp.html
- - ./CI-Tools/s3cmd-put CI-Tools/index.html timestamp.html /
+ - ./CI-Tools/s3cmd-put CI-Tools/index.html index.html
+ - ./CI-Tools/s3cmd-put CI-Tools/timestamp.html timestamp.html
deploy:
provider: releases