Skip to content

Commit a45428b

Browse files
Alex-Welshseunghun1ee
authored andcommitted
Improve kolla-build.conf apt_preferences path
1 parent c5447d7 commit a45428b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla/kolla-build.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{# This tag should be updated when Ubuntu package repo snapshot versions are changed. #}
55
{% if kolla_base_distro == 'ubuntu' %}
66
base_tag = noble-20241118.1
7-
apt_preferences = /home/runner/_work/stackhpc-kayobe-config/stackhpc-kayobe-config/src/kayobe-config/etc/kayobe/environments/ci-builder/builder-apt-preferences
7+
apt_preferences = {{ lookup('env', 'KAYOBE_CONFIG_PATH') }}/environments/ci-builder/builder-apt-preferences
88
{# Similarly pinning to Rocky 9 minor version used in our repos #}
99
{% elif kolla_base_distro == 'rocky' %}
1010
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}

0 commit comments

Comments
 (0)