From 1ce5b812c623d596ff55851533fdaa0d174026ac Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Fri, 23 Aug 2024 15:08:15 +0200 Subject: [PATCH] Fix incorrect task file --- pipelines/jobs/rust-xwin.yml.j2 | 4 ++-- pipelines/jobs/simple-image.yml.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/jobs/rust-xwin.yml.j2 b/pipelines/jobs/rust-xwin.yml.j2 index afb71df..2831eba 100644 --- a/pipelines/jobs/rust-xwin.yml.j2 +++ b/pipelines/jobs/rust-xwin.yml.j2 @@ -21,7 +21,7 @@ fail_fast: true steps: - task: build-rust-xwin - file: repo/tasks/build.yml + file: repo/tasks/build-image.yml vars: context: images/rust-xwin target: rust-xwin @@ -29,7 +29,7 @@ output_mapping: image: image-rust-xwin - task: build-rust-xwin-ci - file: repo/tasks/build.yml + file: repo/tasks/build-image.yml vars: context: images/rust-xwin target: rust-xwin-ci diff --git a/pipelines/jobs/simple-image.yml.j2 b/pipelines/jobs/simple-image.yml.j2 index 681feb6..465dae3 100644 --- a/pipelines/jobs/simple-image.yml.j2 +++ b/pipelines/jobs/simple-image.yml.j2 @@ -5,7 +5,7 @@ trigger: true - task: build-image privileged: true - file: repo/tasks/build.yml + file: repo/tasks/build-image.yml vars: context: images/{{ job.name }} {%- if "args" in job %}