Preparation for osh-infra merger

Change-Id: I7731ed90ebca0b46aa68edb85368265ba9796ace
This commit is contained in:
Sergiy Markin 2025-03-28 22:21:44 -05:00
parent 9c361ef2e5
commit 23a06b905d
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Distribution / packaging
build/
*.tgz
# devcontainer
.devcontainer/

View File

@ -16,8 +16,8 @@
set -eux
HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm-infra.git"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"d0c93b5648704b9d9999412d932f8329c80362c0"}
HTK_REPO=${HTK_REPO:-"https://opendev.org/openstack/openstack-helm.git"}
HTK_STABLE_COMMIT=${HTK_COMMIT:-"master"}
TMP_DIR=$(mktemp -d)