Fix unprivileged task
This commit is contained in:
parent
1df357caa9
commit
e8c4f2bc89
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
steps:
|
steps:
|
||||||
- task: build-rust-xwin
|
- task: build-rust-xwin
|
||||||
file: repo/tasks/build-image.yml
|
file: repo/tasks/build-image.yml
|
||||||
|
privileged: true
|
||||||
vars:
|
vars:
|
||||||
context: repo/images/rust-xwin
|
context: repo/images/rust-xwin
|
||||||
target: rust-xwin
|
target: rust-xwin
|
||||||
|
@ -30,6 +31,7 @@
|
||||||
image: image-rust-xwin
|
image: image-rust-xwin
|
||||||
- task: build-rust-xwin-ci
|
- task: build-rust-xwin-ci
|
||||||
file: repo/tasks/build-image.yml
|
file: repo/tasks/build-image.yml
|
||||||
|
privileged: true
|
||||||
vars:
|
vars:
|
||||||
context: repo/images/rust-xwin
|
context: repo/images/rust-xwin
|
||||||
target: rust-xwin-ci
|
target: rust-xwin-ci
|
||||||
|
|
Loading…
Add table
Reference in a new issue