fix(init): remove duplicate clone

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2025-03-28 14:15:28 +01:00
parent 0bbde3e75a
commit d9d4221ad3

View file

@ -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..."