]> arthur.barton.de Git - netdata.git/commit
Fix pull requests from external repositories
authorPhilip Whineray <phil@firehol.org>
Fri, 16 Dec 2016 08:50:07 +0000 (08:50 +0000)
committerPhilip Whineray <phil@firehol.org>
Fri, 16 Dec 2016 09:28:14 +0000 (09:28 +0000)
commit00a0f2c07ed546ee20a07da043c7b058377fb6f2
treed99645fb17e1c0a73caa1e88ed28e6a95b1b9379
parentf4827e695a2a67b3c37e316a61e28705f6972dd0
Fix pull requests from external repositories

Github/travis integration does not make available the encryption keys
for pull requests from remote repositories. Move direct commands from
travis into scripts so that we decrypt and deploy only when we can.
.travis.yml
.travis/decrypt-if-have-key [new file with mode: 0755]
.travis/deploy-if-have-key [new file with mode: 0755]