9740705c by Adam Heath

Remove git dir in case of a restart.

1 parent aa68f909
...@@ -20,6 +20,7 @@ data: ...@@ -20,6 +20,7 @@ data:
20 #!/bin/sh 20 #!/bin/sh
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 git clone git@gitlab.brainfood.com:brainfood/k8s-start-of-day.git /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 cd /tmp/git-storage/k8s-start-of-day 25 cd /tmp/git-storage/k8s-start-of-day
25 if [ -e helmfile.yaml ]; then 26 if [ -e helmfile.yaml ]; then
......