forked from Archive/PX4-Autopilot
travis delete commented after_script PX4_REPORT template
This commit is contained in:
parent
275a9df928
commit
0da66c33ad
15
.travis.yml
15
.travis.yml
|
@ -62,21 +62,6 @@ after_script:
|
|||
# upload top level index.html and timestamp.html
|
||||
- ./CI-Tools/s3cmd-put CI-Tools/index.html timestamp.html /
|
||||
|
||||
# We use an encrypted env variable to ensure this only executes when artifacts are uploaded.
|
||||
#after_script:
|
||||
# - echo "Branch $TRAVIS_BRANCH (pull request: $TRAVIS_PULL_REQUEST) ready for flight testing." >> $PX4_REPORT
|
||||
# - git log -n1 > $PX4_REPORT
|
||||
# - echo " " >> $PX4_REPORT
|
||||
# - echo "Files available at:" >> $PX4_REPORT
|
||||
# - echo "https://px4-travis.s3.amazonaws.com/PX4/Firmware/$TRAVIS_BUILD_NUMBER/$TRAVIS_BUILD_NUMBER.1/Firmware.zip" >> $PX4_REPORT
|
||||
# - echo "Description of desired tests is available at:" >> $PX4_REPORT
|
||||
# - echo "https://github.com/PX4/Firmware/pull/$TRAVIS_PULL_REQUEST" >> $PX4_REPORT
|
||||
# - echo " " >> $PX4_REPORT
|
||||
# - echo "Thanks for testing!" >> $PX4_REPORT
|
||||
# - echo " " >> $PX4_REPORT
|
||||
# - /usr/bin/mail -s "$SUBJECT ($TRAVIS_COMMIT)" "$PX4_EMAIL" < "$PX4_REPORT"
|
||||
# - s3cmd put --acl-public --guess-mime-type --config=.s3cfg Firmware.zip s3://s3-website-us-east-1.amazonaws.com/#$TRAVIS_JOB_ID/
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
|
Loading…
Reference in New Issue