ci: use --privileged instead of WITH DOCKER
This commit is contained in:
parent
5d50ac4fef
commit
218cc9c7d3
1 changed files with 1 additions and 3 deletions
|
|
@ -126,9 +126,7 @@ integration-test-build:
|
|||
ARG NIGHTLY=false
|
||||
FROM +integration-test-base --NIGHTLY=$NIGHTLY
|
||||
|
||||
WITH DOCKER
|
||||
RUN bb -vv build config/recipe-jp-desktop.yml
|
||||
END
|
||||
RUN --privileged bb -vv build config/recipe-jp-desktop.yml
|
||||
|
||||
integration-test-base:
|
||||
ARG NIGHTLY=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue