<div dir="ltr">FYI, devstack commit b0bd5b92 doesn't work with a GIT_DEPTH=1 setting.<br><br>That commit basically changed from<br><br>    git clone ... --branch <BRANCH><br><br>to<br><br>    git clone ...<br>    git checkout <BRANCH><br><br>So it's easy for the desired <BRANCH> to be unavailable if GIT_DEPTH is limited.<br><br>Best wishes - Nell<br></div>