Skip to content

Commit

Permalink
Add skip_deploy to GitHub release deploy provider
Browse files Browse the repository at this point in the history
Potential fix for #2133
  • Loading branch information
dbent committed Oct 17, 2017
1 parent a1948f3 commit a115960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ script:
deploy:
# Releases (which are tagged) go to github
- provider: releases
skip_cleanup: true
api_key:
secure: AjwbRLStNJZb9hAOLfRLK85KlFo2q2Dr1NKCoDS4elek1nqSiOjL1hH0kDgUMx/PJqQVnFU8tbJPL30t9Pj7jcJhp0LhbbPipQE3TCSpafTneSEbdz5HT+OdghWCZhUhfs07wGNTFUwcAO4WBZ7wv1AnfdfogHdA5RMdykiIl38=
file:
Expand All @@ -47,12 +48,12 @@ deploy:
# Any merge to master gets sent to
# http://ckan-travis.s3-website-us-east-1.amazonaws.com/
- provider: s3
skip_cleanup: true
access_key_id: AKIAI5JWAEFPFK6GH3XA
secret_access_key:
secure: b0PPlD7auqysK2LHA8N1US03dE/VKH2rOTwIqpIh50l/gURuXEl7Nd8S7qlf2dpEmz+8D5pIWD+J9scfrdD8Uuakhi3sQbqcV26UiR6+Ye06eGQfmIzqzAECt2naqEy7VJ/xrqq5aaaf8QhcOQMba3qVvwDSzkB2fJeh7+D6EY8=
bucket: ckan-travis
acl: public_read
skip_cleanup: true
local_dir: _build/repack/$BUILD_CONFIGURATION
on:
repo: KSP-CKAN/CKAN
Expand Down

0 comments on commit a115960

Please sign in to comment.