527b3584 by Adam Heath

Fix ssh config permissions.

1 parent 05a32d4a
...@@ -20,6 +20,7 @@ data: ...@@ -20,6 +20,7 @@ data:
20 clone-start-of-day: | 20 clone-start-of-day: |
21 #!/bin/sh 21 #!/bin/sh
22 set -ex 22 set -ex
23 chmod 600 $HOME/.ssh/config
23 # FIXME: don't hard-code this. 24 # FIXME: don't hard-code this.
24 ls -alR $HOME 25 ls -alR $HOME
25 git clone git@gitlab.brainfood.com:brainfood/k8s-start-of-day.git /tmp/git-storage/k8s-start-of-day 26 git clone git@gitlab.brainfood.com:brainfood/k8s-start-of-day.git /tmp/git-storage/k8s-start-of-day
......