From 32f0fa7704c4ae321ca4161a347b7b8fe0aecced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Thu, 29 Aug 2024 19:25:16 +0200 Subject: [PATCH] Revert "ci: Temporarily skip building the base variant" This reverts commit a4d4263ee8315d8ba3d181e779817971e3185996. --- ci/validate.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/ci/validate.yaml b/ci/validate.yaml index 36799ce..be7ae1b 100644 --- a/ci/validate.yaml +++ b/ci/validate.yaml @@ -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: