Fix incorrect task file
This commit is contained in:
parent
55d5c67661
commit
1ce5b812c6
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue