From db118e8cfdf94e5b0da2b617579d07cfbd2122da Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Thu, 2 Mar 2023 14:52:39 -0600 Subject: [PATCH] update pipeline again --- ci/build-docker.yml | 4 +--- ci/pipeline.yml | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) 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