diff --git a/ci/build-docker.yml b/ci/build-docker.yml index 89ebd8b..f941fc1 100644 --- a/ci/build-docker.yml +++ b/ci/build-docker.yml @@ -7,13 +7,11 @@ image_resource: inputs: - name: repo + path: . outputs: - name: image -params: - CONTEXT: repo/ - run: path: build diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 6e957a3..b9c600b 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -42,6 +42,7 @@ jobs: trigger: true passed: [test] - task: build-linux + privileged: true file: repo/ci/build-linux.yml - task: build-docker file: repo/ci/build-docker.yml