Revert "ci: Temporarily skip building the base variant"

This reverts commit a4d4263ee8.
This commit is contained in:
Timothée Ravier 2024-08-29 19:25:16 +02:00
parent c23d23e933
commit 32f0fa7704

View file

@ -86,15 +86,10 @@
# Still run the next step if this one fails
ignore_errors: true
- name: Perform dependency resolution for the base variant
ansible.builtin.shell:
- name: Compose the base variant
ansible.builtin.command:
chdir: "{{ zuul.project.src_dir }}"
cmd: "just compose-dry-run base-atomic"
# - name: Compose the base variant
# ansible.builtin.command:
# chdir: "{{ zuul.project.src_dir }}"
# cmd: just compose-image base-atomic
cmd: just compose-image base-atomic
- name: Check if any previous dependency resolution steps failed
ansible.builtin.shell: