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 1f8962a commit 985146cCopy full SHA for 985146c
etc/kayobe/kolla.yml
@@ -353,7 +353,7 @@ kolla_build_blocks:
353
{% if kolla_base_distro in ['centos', 'rocky'] %}
354
RUN \
355
if [ -f /etc/yum.repos.d.backup/repos.tar.gz ]; then \
356
- tar -xzf /etc/yum.repos.d.backup/repos.tar.gz -C /etc/yum.repos.d && \
+ tar -xzf /etc/yum.repos.d.backup/repos.tar.gz -C /etc/yum.repos.d; \
357
rm -rf /etc/yum.repos.d.backup/ \
358
fi && \
359
if grep -r '{{ stackhpc_repo_mirror_url }}' /etc/yum.repos.d; then \
0 commit comments