aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrégoire Seux2018-01-27 11:18:20 +0100
committerGrégoire Seux2018-01-27 11:18:20 +0100
commit27852f2d4773d7efcceb74f0311ec57f8aa9b06c (patch)
treee01351fe7e91796731c9dee51217d7507d093a9b
parentca89e81b57f38a86c5655e21d7bfd427ff5d7c8a (diff)
downloadaur-27852f2d4773d7efcceb74f0311ec57f8aa9b06c.tar.gz
Make sure to protect the key
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8963671b4aee..859d2bd2a970 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,6 @@ script:
- mkdir -p ~/.ssh
- echo -e "Host aur.archlinux.org\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- mv id_rsa ~/.ssh/
+ - chmod 600 ~/.ssh/id_rsa
- git remote add aur git+ssh://aur@aur.archlinux.org/home-assistant.git
- git push aur HEAD:master