Fix missing task vars
This commit is contained in:
parent
1ce5b812c6
commit
dc5081e753
2 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
vars:
|
vars:
|
||||||
context: images/rust-xwin
|
context: images/rust-xwin
|
||||||
target: rust-xwin
|
target: rust-xwin
|
||||||
additional_targets: rust-xwin-ci
|
dockerfile: ''
|
||||||
output_mapping:
|
output_mapping:
|
||||||
image: image-rust-xwin
|
image: image-rust-xwin
|
||||||
- task: build-rust-xwin-ci
|
- task: build-rust-xwin-ci
|
||||||
|
@ -33,6 +33,7 @@
|
||||||
vars:
|
vars:
|
||||||
context: images/rust-xwin
|
context: images/rust-xwin
|
||||||
target: rust-xwin-ci
|
target: rust-xwin-ci
|
||||||
|
dockerfile: ''
|
||||||
output_mapping:
|
output_mapping:
|
||||||
image: image-rust-xwin-ci
|
image: image-rust-xwin-ci
|
||||||
- in_parallel:
|
- in_parallel:
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
file: repo/tasks/build-image.yml
|
file: repo/tasks/build-image.yml
|
||||||
vars:
|
vars:
|
||||||
context: images/{{ job.name }}
|
context: images/{{ job.name }}
|
||||||
|
dockerfile: ''
|
||||||
|
target: ''
|
||||||
{%- if "args" in job %}
|
{%- if "args" in job %}
|
||||||
params:
|
params:
|
||||||
{%- for name, value in job.args.items() %}
|
{%- for name, value in job.args.items() %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue