Skip to content

Commit

Permalink
ci: update oVirt actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michalskrivanek authored and mrkev-gh committed Nov 25, 2022
1 parent 257837c commit db2a669
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
matrix:
include:
- name: centos-stream-8
shortcut: cs8
container-name: el8stream
- name: centos-stream-9
shortcut: cs9
container-name: el9stream

name: ${{ matrix.name }}
Expand All @@ -33,7 +31,7 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: ovirt/checkout-action@main

- name: Install tools that should be in buildcontainer / BuildRequires
run: dnf install -y python3-pycodestyle python3-pyflakes asciidoc python3-coverage python3-nose python3-systemd
Expand All @@ -54,6 +52,6 @@ jobs:
mv ./*tar.xz $ARTIFACTS_DIR/
- name: Upload artifacts
uses: ovirt/upload-rpms-action@v2
uses: ovirt/upload-rpms-action@main
with:
directory: ${{ env.ARTIFACTS_DIR}}

0 comments on commit db2a669

Please # to comment.