IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
132 stars 67 forks source link

Do not download all commit history in deployer build steps #529

Closed fketelaars closed 10 months ago

fketelaars commented 11 months ago

In the current steps to install deployer, the entire git repository is downloaded, which is now > 300 MB. Instead of downloading the full history, only clone the current head.

git clone --depth 1 ...