From 214be95ecc09ef252ca41dcf47acf8b050d958fe Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 28 Mar 2025 14:15:28 +0100 Subject: [PATCH] fix(init): remove duplicate clone Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/templates/job.yaml | 1 - 1 file changed, 1 deletion(-) 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..."