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:
- name: repo
path: .
outputs:
- name: image
params:
CONTEXT: repo/
run:
path: build

View File

@ -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