aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2015-01-20 01:54:13 -0500
committerDaniel Agar <daniel@agar.ca>2015-01-20 01:54:13 -0500
commit287e802bb5f4f747477b5b69b006d3e6f5295b4b (patch)
tree87f2b6979c970bf69ace68d78cb510b9c55a798f
parent12e54d1adb437b71bd63973357a647c65a8d77a7 (diff)
downloadpx4-firmware-287e802bb5f4f747477b5b69b006d3e6f5295b4b.tar.gz
px4-firmware-287e802bb5f4f747477b5b69b006d3e6f5295b4b.tar.bz2
px4-firmware-287e802bb5f4f747477b5b69b006d3e6f5295b4b.zip
travis s3 move archive location and store Firmware.zip instead of individual images
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9f71b4e3a..f0008b3b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ after_script:
# upload newest build for this branch with s3 index
- ./CI-Tools/s3cmd-put Images/px4*.px4 CI-Tools/directory/index.html $TRAVIS_BRANCH/
# archive newest build by date with s3 index
- - ./CI-Tools/s3cmd-put Images/px4*.px4 CI-Tools/directory/index.html $TRAVIS_BRANCH/archives/`date "+%Y-%m-%d"`-$TRAVIS_BUILD_ID/
+ - ./CI-Tools/s3cmd-put Firmware.zip CI-Tools/directory/index.html archives/$TRAVIS_BRANCH/`date "+%Y-%m-%d"`-$TRAVIS_BUILD_ID/
# upload top level index.html and timestamp.html
- ./CI-Tools/s3cmd-put CI-Tools/index.html timestamp.html /