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
|
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
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue