Fix ssh config permissions.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment