Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
workspaces:
- name: output
workspace: workarea
subpath: git
subPath: git
params:
- name: url
value: https://$(params.package)
Expand Down Expand Up @@ -107,7 +107,7 @@ spec:
workspaces:
- name: source-to-release
workspace: workarea
subpath: git
subPath: git
- name: unit-tests
runAfter: [precheck]
when:
Expand All @@ -129,7 +129,7 @@ spec:
workspaces:
- name: source
workspace: workarea
subpath: git
subPath: git
- name: build
runAfter: [precheck]
when:
Expand All @@ -151,7 +151,7 @@ spec:
workspaces:
- name: source
workspace: workarea
subpath: git
subPath: git
- name: publish-images
runAfter: [unit-tests, build]
taskRef:
Expand Down Expand Up @@ -189,10 +189,10 @@ spec:
workspaces:
- name: source
workspace: workarea
subpath: git
subPath: git
- name: output
workspace: workarea
subpath: bucket
subPath: bucket
- name: release-secret
workspace: release-images-secret
timeout: 2h
Expand All @@ -212,7 +212,7 @@ spec:
workspace: release-secret
- name: source
workspace: workarea
subpath: bucket
subPath: bucket
params:
- name: location
value: $(params.releaseBucket)/previous/$(params.versionTag)
Expand Down Expand Up @@ -240,7 +240,7 @@ spec:
workspace: release-secret
- name: source
workspace: workarea
subpath: bucket
subPath: bucket
params:
- name: location
value: $(params.releaseBucket)/latest
Expand Down
Loading