This commit is contained in:
parent
46aebe9a8c
commit
e95611c1a6
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ spec:
|
|||
# Function to check if GitHub is available
|
||||
check_github() {
|
||||
for i in {1..10}; do
|
||||
if ping -c 1 github.com &> /dev/null; then
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue