Skip to content

Commit e6309a7

Browse files
committed
fix ubuntu build
1 parent 4fdeb01 commit e6309a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ kolla_build_blocks:
322322
{% endif %}
323323
base_ubuntu_package_sources_list: |
324324
RUN \
325-
mv /etc/apt/sources.list{,.backup} && \
325+
mv /etc/apt/sources.list /etc/apt/sources.list.backup && \
326326
{% for repo in stackhpc_ubuntu_focal_repos %}
327327
echo '{{ repo }}' >> /etc/apt/sources.list {% if not loop.last %} && \
328328
{% endif %}

0 commit comments

Comments
 (0)