update pipeline again
This commit is contained in:
parent
4e65553a06
commit
db118e8cfd
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user