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