update pipeline again

This commit is contained in:
Mitchell Marino 2023-03-02 14:52:39 -06:00
parent 4e65553a06
commit db118e8cfd
2 changed files with 2 additions and 3 deletions

View File

@ -7,13 +7,11 @@ image_resource:
inputs: inputs:
- name: repo - name: repo
path: .
outputs: outputs:
- name: image - name: image
params:
CONTEXT: repo/
run: run:
path: build path: build

View File

@ -42,6 +42,7 @@ jobs:
trigger: true trigger: true
passed: [test] passed: [test]
- task: build-linux - task: build-linux
privileged: true
file: repo/ci/build-linux.yml file: repo/ci/build-linux.yml
- task: build-docker - task: build-docker
file: repo/ci/build-docker.yml file: repo/ci/build-docker.yml