From f2fe2ed59331dacea7ba657118c11fce816b18fb Mon Sep 17 00:00:00 2001 From: Michael Engel Date: Mon, 31 Jul 2023 10:20:03 +0200 Subject: [PATCH] disable ci step for building test rpm Signed-off-by: Michael Engel --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f01e568..4e11897 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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: |