Skip to content

Commit da8432c

Browse files
committed
dedruting debug
1 parent 4f4e535 commit da8432c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/kolla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ kolla_build_blocks:
314314
echo '{{ repo }}' >> /etc/apt/sources.list {% if not loop.last %} && \
315315
{% endif %}
316316
{% endfor %}
317-
{% endif %} && \
317+
&& \
318318
echo "== AFTER APT SOURCE MODIFICATION ==" && \
319319
cat /etc/apt/sources.list && \
320320
ls -l /etc/apt/
@@ -363,7 +363,7 @@ kolla_build_blocks:
363363
echo '{{ repo }}' >> /etc/apt/sources.list {% if not loop.last %} && \
364364
{% endif %}
365365
{% endfor %}
366-
{% endif %} && \
366+
&& \
367367
echo "== AFTER REPLACING APT SOURCES IN base_ubuntu_package_sources_list ==" && \
368368
cat /etc/apt/sources.list && \
369369
ls -l /etc/apt/

0 commit comments

Comments
 (0)