1
Fork 0

Fix incorrect task file

This commit is contained in:
Lucas Schwiderski 2024-08-23 15:08:15 +02:00
parent 55d5c67661
commit 1ce5b812c6
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@
fail_fast: true fail_fast: true
steps: steps:
- task: build-rust-xwin - task: build-rust-xwin
file: repo/tasks/build.yml file: repo/tasks/build-image.yml
vars: vars:
context: images/rust-xwin context: images/rust-xwin
target: rust-xwin target: rust-xwin
@ -29,7 +29,7 @@
output_mapping: output_mapping:
image: image-rust-xwin image: image-rust-xwin
- task: build-rust-xwin-ci - task: build-rust-xwin-ci
file: repo/tasks/build.yml file: repo/tasks/build-image.yml
vars: vars:
context: images/rust-xwin context: images/rust-xwin
target: rust-xwin-ci target: rust-xwin-ci

View file

@ -5,7 +5,7 @@
trigger: true trigger: true
- task: build-image - task: build-image
privileged: true privileged: true
file: repo/tasks/build.yml file: repo/tasks/build-image.yml
vars: vars:
context: images/{{ job.name }} context: images/{{ job.name }}
{%- if "args" in job %} {%- if "args" in job %}