Add yq to post-operator release jobs (#691)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
pull/714/head
Mykhailo Kuznietsov 2021-03-11 14:01:02 +02:00 committed by GitHub
parent 961cb422b6
commit 40e3dd466c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -25,6 +25,14 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Install yq
run: |
python -m pip install --upgrade pip
pip install yq
- name: Release che docs PRs
run: |
hub version

View File

@ -25,6 +25,14 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python 3.6
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Install yq
run: |
python -m pip install --upgrade pip
pip install yq
- name: Release chectl PRs
run: |
hub version