Update helm_tk script to be able to build unmerged code
Change-Id: I62e80d87ff28874bdb769fc9b729275861a6b933
This commit is contained in:
parent
be4cd010f4
commit
eb4519c6a9
@ -24,7 +24,7 @@ TMP_DIR=$(mktemp -d)
|
||||
{
|
||||
HTK_REPO_DIR=$TMP_DIR/htk
|
||||
git clone "$HTK_REPO" "$HTK_REPO_DIR"
|
||||
(cd "$HTK_REPO_DIR" && git reset --hard "${HTK_STABLE_COMMIT}")
|
||||
(cd "$HTK_REPO_DIR" && git fetch --depth=1 "$HTK_REPO" "$HTK_STABLE_COMMIT" && git checkout FETCH_HEAD)
|
||||
cp -r "${HTK_REPO_DIR}/helm-toolkit" charts/deps/
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user