Revert "ci: Temporarily skip building the base variant"
This reverts commit 6467c0ab32
.
This commit is contained in:
parent
f209ed76cd
commit
aad424218a
1 changed files with 3 additions and 8 deletions
|
@ -86,15 +86,10 @@
|
||||||
# Still run the next step if this one fails
|
# Still run the next step if this one fails
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Perform dependency resolution for the base variant
|
- name: Compose the base variant
|
||||||
ansible.builtin.shell:
|
ansible.builtin.command:
|
||||||
chdir: "{{ zuul.project.src_dir }}"
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
cmd: "just compose-dry-run base-atomic"
|
cmd: just compose-image base-atomic
|
||||||
|
|
||||||
# - name: Compose the base variant
|
|
||||||
# ansible.builtin.command:
|
|
||||||
# chdir: "{{ zuul.project.src_dir }}"
|
|
||||||
# cmd: just compose-image base-atomic
|
|
||||||
|
|
||||||
- name: Check if any previous dependency resolution steps failed
|
- name: Check if any previous dependency resolution steps failed
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
|
Loading…
Reference in a new issue