mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* copy repo from ibmcloud instead of copying Signed-off-by: anandrkskd <anandrkskd@gmail.com> * suspend quarkus test Signed-off-by: anandrkskd <anandrkskd@gmail.com> * Speed up test execution on Windows with a shallow checkout instead of an 'scp' 'scp' happens to be a slow operation, because it is dependent on the network and copies everything, including the full Git history checked out by the IBM Cloud container. The shallow clone/fetch allows to retrieve only the last commit in the PR branch, rather than fetching the full Git history (which might take time too). Signed-off-by: anandrkskd <anandrkskd@gmail.com> Co-authored-by: Armel Soro <asoro@redhat.com>