fix: Remove platform option from creation community operators PR (#1246)

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/1251/head
Anatolii Bazko 2021-12-09 15:49:47 +02:00 committed by GitHub
parent 8854fe99b8
commit 6dc1085f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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:
@ -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: |