sleep added after repo create

This commit is contained in:
Vaibhav Pathak 2026-01-16 20:40:21 +05:30
parent d4ff849bcb
commit 42d5e30135

View File

@ -160,6 +160,8 @@ spec:
\"auto_init\": true \"auto_init\": true
}" || echo "Repository may already exist" }" || echo "Repository may already exist"
sleep 5
# Clone the repository # Clone the repository
git config --global http.sslVerify true git config --global http.sslVerify true
git config --global user.email "backstage@osmos.io" git config --global user.email "backstage@osmos.io"