Skip to content

Commit

Permalink
no need to update removed build pipeline selectore anymore
Browse files Browse the repository at this point in the history
STONEBLD-2292

Signed-off-by: Robert Cerven <[email protected]>
  • Loading branch information
rcerven committed May 29, 2024
1 parent 650ee6e commit 3f50dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
value: $(params.revision)
- name: SCRIPT
value: |
sed -i -E 's/[0-9a-f]{40}/$(params.revision)/g' components/build-service/base/build-pipeline-selectors/build-pipeline-selector.yaml components/build-service/base/build-pipeline-config/build-pipeline-config.yaml
sed -i -E 's/[0-9a-f]{40}/$(params.revision)/g' components/build-service/base/build-pipeline-config/build-pipeline-config.yaml
taskRef:
name: update-infra-deployments
- name: build-acceptable-bundles
Expand Down

0 comments on commit 3f50dad

Please sign in to comment.