diff --git a/environment-provisioner/workflow-template.yaml b/environment-provisioner/workflow-template.yaml index 4a49a8b..3df0330 100644 --- a/environment-provisioner/workflow-template.yaml +++ b/environment-provisioner/workflow-template.yaml @@ -160,6 +160,8 @@ spec: \"auto_init\": true }" || echo "Repository may already exist" + sleep 5 + # Clone the repository git config --global http.sslVerify true git config --global user.email "backstage@osmos.io"