fix(init): remove duplicate clone
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
0bbde3e75a
commit
d9d4221ad3
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@ spec:
|
||||||
for i in {1..10}; do
|
for i in {1..10}; do
|
||||||
if ping -c 1 github.com &> /dev/null || wget -q --spider https://github.com; then
|
if ping -c 1 github.com &> /dev/null || wget -q --spider https://github.com; then
|
||||||
echo "GitHub is available."
|
echo "GitHub is available."
|
||||||
git clone {{ .Values.global.dbMigrationUpstreamRepoURL | default "https://github.com/openreplay/openreplay" }} .
|
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
echo "GitHub is not available. Retrying in 3 seconds..."
|
echo "GitHub is not available. Retrying in 3 seconds..."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue