Clone all submodules.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment