fixup
This commit is contained in:
parent
7eccf8fccd
commit
743b4c9982
@ -112,7 +112,7 @@ spec:
|
|||||||
optional: true
|
optional: true
|
||||||
steps:
|
steps:
|
||||||
- name: run
|
- name: run
|
||||||
image: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
|
image: "$(params.IMAGE)"
|
||||||
workingDir: "$(workspaces.source.path)"
|
workingDir: "$(workspaces.source.path)"
|
||||||
command: []
|
command: []
|
||||||
args:
|
args:
|
||||||
@ -130,6 +130,9 @@ spec:
|
|||||||
workspace: git-source
|
workspace: git-source
|
||||||
- name: cargo-cache
|
- name: cargo-cache
|
||||||
workspace: cargo-cache
|
workspace: cargo-cache
|
||||||
|
params:
|
||||||
|
- name: IMAGE
|
||||||
|
value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"
|
||||||
runAfter:
|
runAfter:
|
||||||
- build-image
|
- build-image
|
||||||
finally:
|
finally:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user