58a85832 by Adam Heath

Clone all submodules.

1 parent 354d4cb7
...@@ -21,7 +21,7 @@ data: ...@@ -21,7 +21,7 @@ data:
21 set -ex 21 set -ex
22 # FIXME: don't hard-code this. 22 # FIXME: don't hard-code this.
23 rm -rf /tmp/git-storage/k8s-start-of-day 23 rm -rf /tmp/git-storage/k8s-start-of-day
24 git clone git@gitlab.brainfood.com:brainfood/k8s-start-of-day.git /tmp/git-storage/k8s-start-of-day 24 git clone --recurse-submodules git@gitlab.brainfood.com:brainfood/k8s-start-of-day.git /tmp/git-storage/k8s-start-of-day
25 cd /tmp/git-storage/k8s-start-of-day 25 cd /tmp/git-storage/k8s-start-of-day
26 if [ -e helmfile.yaml ]; then 26 if [ -e helmfile.yaml ]; then
27 echo helmfile > /tmp/git-storage/repo-type 27 echo helmfile > /tmp/git-storage/repo-type
......