File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200
200
201
201
- name : Write apt config to file
202
202
run : |
203
- sudo cat > /etc/apt/preferences.d/ stackhpc-apt-preferences <<EOF
203
+ cat > stackhpc-apt-preferences <<EOF
204
204
Package: openvswitch-switch openvswitch-common openvswitch-common-dpdk
205
205
Pin: version 3.3.*
206
206
Pin-Priority: 1001
Original file line number Diff line number Diff line change 4
4
{# This tag should be updated when Ubuntu package repo snapshot versions are changed. #}
5
5
{% if kolla_base_distro == 'ubuntu' %}
6
6
base_tag = noble-20241118.1
7
- apt_preferences = /etc/apt/preferences.d /stackhpc-apt-preferences
7
+ apt_preferences = /home/runner/_work/stackhpc-kayobe-config/stackhpc-kayobe-config /stackhpc-apt-preferences
8
8
{# Similarly pinning to Rocky 9 minor version used in our repos #}
9
9
{% elif kolla_base_distro == 'rocky' %}
10
10
base_tag = 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
You can’t perform that action at this time.
0 commit comments