We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdeb01 commit e6309a7Copy full SHA for e6309a7
etc/kayobe/kolla.yml
@@ -322,7 +322,7 @@ kolla_build_blocks:
322
{% endif %}
323
base_ubuntu_package_sources_list: |
324
RUN \
325
- mv /etc/apt/sources.list{,.backup} && \
+ mv /etc/apt/sources.list /etc/apt/sources.list.backup && \
326
{% for repo in stackhpc_ubuntu_focal_repos %}
327
echo '{{ repo }}' >> /etc/apt/sources.list {% if not loop.last %} && \
328
0 commit comments