Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed May 27, 2024
1 parent 4e444fc commit 62e3503
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 190 deletions.
174 changes: 0 additions & 174 deletions .tekton/pull-request.yaml

This file was deleted.

17 changes: 1 addition & 16 deletions .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ spec:
value: "$(params.revision)"
runAfter:
- build-container
- clone-repository-to-redhat-appstudio-workspace
workspaces:
- name: source
workspace: workspace-redhat-appstudio
Expand Down Expand Up @@ -157,22 +158,6 @@ spec:
workspaces:
- name: source

- name: update-infra-repo
runAfter:
- build-bundles
params:
- name: ORIGIN_REPO
value: $(params.git-url)
- name: REVISION
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
taskRef:
name: update-infra-deployments

# Note: pushes to acmiel-rhtap, but contains the bundles
# from both acmiel-rhtap and acmiel-test/tekton-catalog
- name: build-acceptable-bundles-redhat-appstudio
runAfter:
- build-bundles-redhat-appstudio
Expand Down

0 comments on commit 62e3503

Please sign in to comment.