Skip to content

Commit

Permalink
fix: Remove platform option from creation community operators PR (#1246)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha authored Dec 9, 2021
1 parent 8854fe9 commit 6dc1085
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-community-operator-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ on:
forceflag:
description: 'To update an existing PR, use -f or --force flag here'
default: ''
platforms:
description: 'List comma-separated platforms for which to create PRs'
default: 'kubernetes,openshift'
# trigger on commit to master branch of new CSVs, eg., https://github.com/eclipse/che-operator/pull/571/files
push:
branches:
Expand Down Expand Up @@ -63,7 +60,7 @@ jobs:
export QUAY_PASSWORD_K8S=${{ secrets.QUAY_ECLIPSE_CHE_OPERATOR_KUBERNETES_PASSWORD }}
export QUAY_USERNAME_OS=${{ secrets.QUAY_ECLIPSE_CHE_OPERATOR_OPENSHIFT_USERNAME }}
export QUAY_PASSWORD_OS=${{ secrets.QUAY_ECLIPSE_CHE_OPERATOR_OPENSHIFT_PASSWORD }}
./make-release.sh --prepare-community-operators-update ${{ github.event.inputs.forceflag }} -p ${{ github.event.inputs.platforms }}
./make-release.sh --prepare-community-operators-update ${{ github.event.inputs.forceflag }}
- name: Create failure MM message
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit 6dc1085

Please sign in to comment.