Full clone of osh-infra to fix htk pinning

Depth 1 clone does not pull the pinned htk version, so resetting
to that version was failing, leaving master in place.

Change-Id: Ice638d429b7051023a381e97df1334d406903f9e
This commit is contained in:
Sean Eagan 2019-11-01 10:08:14 -05:00
parent 1fc6829de8
commit 6051476cd5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ function helm_serve {
mkdir -p build
cd build
git clone --depth 1 https://opendev.org/openstack/openstack-helm-infra.git || true
git clone https://opendev.org/openstack/openstack-helm-infra.git || true
cd openstack-helm-infra
git reset --hard "${HTK_STABLE_COMMIT}"