diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index 0aa71f332..1cf314514 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -86,7 +86,6 @@ spec: for i in {1..10}; do if ping -c 1 github.com &> /dev/null || wget -q --spider https://github.com; then echo "GitHub is available." - git clone {{ .Values.global.dbMigrationUpstreamRepoURL | default "https://github.com/openreplay/openreplay" }} . break else echo "GitHub is not available. Retrying in 3 seconds..."