From ac491ca29e9b65d59ffd613baef16f974dc3c026 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Aug 29 2024 17:59:52 +0000 Subject: Revert "ci: Temporarily skip building the base variant" This reverts commit 05a09c138a9543d008c847c171b8997a09d0c863. --- diff --git a/ci/validate.yaml b/ci/validate.yaml index 3ac51b0..84d21e3 100644 --- a/ci/validate.yaml +++ b/ci/validate.yaml @@ -52,15 +52,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" - - # - name: Compose the base variant - # ansible.builtin.command: - # chdir: "{{ zuul.project.src_dir }}" - # cmd: just compose-legacy base + cmd: just compose-legacy base - name: Check if any previous dependency resolution steps failed ansible.builtin.shell: