Skip to content

Commit

Permalink
remove the patch step
Browse files Browse the repository at this point in the history
  • Loading branch information
jaise-aot committed Nov 30, 2023
1 parent 3db7970 commit a96bb41
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cd-debezium-postgis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,7 @@ jobs:
shell: bash
run: |
oc project ${{ secrets.OC_ETL_NAMESPACE_NAMEPLATE }}-tools
# Build from either dev or main branch as appropriate
- name: Build from ${{ env.BRANCH_NAME }} branch
shell: bash
run: |
oc patch bc/${{ env.APP_NAME }}-build -p '{"spec":{"source":{"git":{"ref":"${{ env.BRANCH_NAME }}"}}}}'
- name: Start Build Openshift
shell: bash
run: |
Expand Down

0 comments on commit a96bb41

Please sign in to comment.