Skip to content

Commit

Permalink
Fix the release pipeline
Browse files Browse the repository at this point in the history
The build base image task has been removed from the release pipeline
however a dependency to it was left, which breaks the pipeline.

Run the image build and publish after unit and build tests have been
executed.

Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
  • Loading branch information
afrittoli authored and tekton-robot committed Jun 20, 2022
1 parent b6e87ff commit 3147117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
workspace: workarea
subpath: git
- name: publish-images
runAfter: [build-base-image]
runAfter: [unit-tests, build]
taskRef:
name: publish-release
params:
Expand Down

0 comments on commit 3147117

Please sign in to comment.