Skip to content

Commit

Permalink
Skip rpm builds temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Jan 26, 2024
1 parent 38bd115 commit 59c3f36
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/prepare_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@ jobs:
git pull --rebase
git push
build:
needs: prepare
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
path: src
# build:
# needs: prepare
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repo
# uses: actions/checkout@v4
# with:
# path: src

- name: Build RPM
run: |
podman run --rm -it --privileged \
--volume ${GITHUB_WORKSPACE}/src:/src \
ghcr.io/major/fedora-rpm-builder:main \
bash /src/build_rpm.sh
# - name: Build RPM
# run: |
# podman run --rm -it --privileged \
# --volume ${GITHUB_WORKSPACE}/src:/src \
# ghcr.io/major/fedora-rpm-builder:main \
# bash /src/build_rpm.sh

0 comments on commit 59c3f36

Please sign in to comment.