Skip to content

Commit

Permalink
disable ci step for building test rpm
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <mengel@redhat.com>
  • Loading branch information
engelmi committed Jul 31, 2023
1 parent 277c710 commit f2fe2ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
rpm:
# The RPM step builds an RPM to test with the oVirt System Test. This can be invoked by typing /ost in the comment.
name: Build RPM
if: ${{ false }}
needs:
- generate
- test
Expand Down Expand Up @@ -95,6 +96,7 @@ jobs:
cp go-ovirt-client-tests-bin/go-ovirt-client-tests-exe SOURCES/
tar cvzf go-ovirt-client-tests.tar.gz go-ovirt-client-tests-bin/
cp go-ovirt-client-tests.tar.gz SOURCES

rpmbuild -D "_topdir $(pwd)" -D "release_suffix ${SUFFIX}" -bb go-ovirt-client-tests.spec
- name: Collect artifacts
run: |
Expand Down

0 comments on commit f2fe2ed

Please sign in to comment.