b3d2adbd by Adam Heath

Debugging ssh auth now.

1 parent bfcf80f6
...@@ -23,6 +23,7 @@ data: ...@@ -23,6 +23,7 @@ data:
23 set -ex 23 set -ex
24 # FIXME: don't hard-code this. 24 # FIXME: don't hard-code this.
25 ls -alR $HOME 25 ls -alR $HOME
26 ssh -vq git@gitlab.brainfood.com exit
26 git clone git@gitlab.brainfood.com:brainfood/k8s-start-of-day.git /tmp/git-storage/k8s-start-of-day 27 git clone git@gitlab.brainfood.com:brainfood/k8s-start-of-day.git /tmp/git-storage/k8s-start-of-day
27 --- 28 ---
28 apiVersion: batch/v1 29 apiVersion: batch/v1
......