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:
parent
1fc6829de8
commit
6051476cd5
@ -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}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user